mirror of
https://github.com/zadam/trilium.git
synced 2026-02-18 12:26:57 +01:00
fix(desktop): web view note in second window does not load content (#8739)
This commit is contained in:
@@ -50,7 +50,8 @@ async function createExtraWindow(extraWindowHash: string) {
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false,
|
||||
spellcheck: spellcheckEnabled
|
||||
spellcheck: spellcheckEnabled,
|
||||
webviewTag: true
|
||||
},
|
||||
...getWindowExtraOpts(),
|
||||
icon: getIcon()
|
||||
|
||||
Reference in New Issue
Block a user