fix(desktop): web view note in second window does not load content

This commit is contained in:
contributor 2026-02-17 00:35:37 +02:00
parent 358d06a402
commit b23a5348b5

View File

@ -50,7 +50,8 @@ async function createExtraWindow(extraWindowHash: string) {
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
spellcheck: spellcheckEnabled
spellcheck: spellcheckEnabled,
webviewTag: true
},
...getWindowExtraOpts(),
icon: getIcon()