Skip to content

Commit e40572c

Browse files
authored
Fix problem when reopen Aspect Model (#115)
1 parent ddb3189 commit e40572c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/electron-libs/windows-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class WindowsManager {
107107
const createdWindow = options
108108
? this.activeWindows.find(
109109
winInfo =>
110-
options.namespace === winInfo.options?.namespace && winInfo.options?.file === options.file && windowInfo.options?.fromWorkspace
110+
options.namespace === winInfo.options?.namespace && winInfo.options?.file === options.file && winInfo.options?.fromWorkspace
111111
)
112112
: null;
113113

0 commit comments

Comments
 (0)