Skip to content

Commit c24466d

Browse files
authored
fix focus when dg settings is open (#256)
1 parent c533e03 commit c24466d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/roam/src/components/settings/Settings.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export const SettingsDialog = ({
9191
refreshConfigTree();
9292
onClose?.();
9393
}}
94+
enforceFocus={false}
9495
isCloseButtonShown={false}
9596
style={{ width: "80vw", height: "80vh" }}
9697
className="relative bg-white"

0 commit comments

Comments
 (0)