ckeditor 26.0

This commit is contained in:
zadam
2021-03-10 20:02:23 +01:00
parent 5b8e876b77
commit 723a0e479e
4 changed files with 4 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ async function createExtraWindow(notePath, hoistedNoteId = 'root') {
webPreferences: {
enableRemoteModule: true,
nodeIntegration: true,
contextIsolation: false,
spellcheck: optionService.getOptionBool('spellCheckEnabled')
},
frame: optionService.getOptionBool('nativeTitleBarVisible'),