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

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