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

This commit is contained in:
Elian Doran 2026-02-17 13:22:33 +02:00 committed by GitHub
commit 768211cc26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()