1
0
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:
Henry Heino 2023-07-17 09:12:35 -07:00 committed by GitHub
parent 5c7b48fce1
commit f89c6523e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ const createEditorSettings = (themeId: number) => {
const editorSettings: EditorSettings = {
katexEnabled: true,
spellcheckEnabled: true,
readOnly: false,
themeId,
themeData,
};