We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac8dfe commit 98bd89cCopy full SHA for 98bd89c
1 file changed
src/stores/settings/default-settings.ts
@@ -31,7 +31,7 @@ export const DEFAULT_SETTINGS = (): Settings => ({
31
applyGapBetweenCards: false,
32
outlineMode: false,
33
nodeIndentationWidth: DEFAULT_INDENTATION_WIDTH,
34
- maintainEditMode: true,
+ maintainEditMode: false,
35
alwaysShowCardButtons: false,
36
hiddenVerticalToolbarButtons: [],
37
},
0 commit comments