We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62080a3 commit d56edc6Copy full SHA for d56edc6
glossary.js
@@ -82,7 +82,7 @@ const app = Elm.ApplicationShell.init({
82
glossaryItems: glossaryItems,
83
editorIsRunning: editorIsRunning,
84
enableHelpForMakingChanges: enableHelpForMakingChanges,
85
- enableSavingChangesInMemory: true || enableSavingChangesInMemory,
+ enableSavingChangesInMemory: enableSavingChangesInMemory,
86
enableMarkdownBasedSyntax: enableMarkdownBasedSyntax,
87
}
88
});
0 commit comments