Skip to content

Commit 3600281

Browse files
authored
autoFocus false to stop auto closing (#493)
1 parent 7382ad3 commit 3600281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/mindmap.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ ${toOpml(tree)}
283283
canOutsideClickClose={false}
284284
canEscapeKeyClose
285285
enforceFocus={false}
286+
autoFocus={false}
286287
>
287288
<div
288289
id={"roamjs-mindmap-container"}

0 commit comments

Comments
 (0)