mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-30 08:26:59 +02:00
Chore: Fix failing CodeMirror test (#8494)
This commit is contained in:
parent
5c7b48fce1
commit
f89c6523e4
@ -17,6 +17,7 @@ const createEditorSettings = (themeId: number) => {
|
||||
const editorSettings: EditorSettings = {
|
||||
katexEnabled: true,
|
||||
spellcheckEnabled: true,
|
||||
readOnly: false,
|
||||
themeId,
|
||||
themeData,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user