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