We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb3189 commit e40572cCopy full SHA for e40572c
core/electron-libs/windows-manager.js
@@ -107,7 +107,7 @@ class WindowsManager {
107
const createdWindow = options
108
? this.activeWindows.find(
109
winInfo =>
110
- options.namespace === winInfo.options?.namespace && winInfo.options?.file === options.file && windowInfo.options?.fromWorkspace
+ options.namespace === winInfo.options?.namespace && winInfo.options?.file === options.file && winInfo.options?.fromWorkspace
111
)
112
: null;
113
0 commit comments