mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
fix: rare crash when the ui was kept open during space transition
This commit is contained in:
+2
-1
@@ -226,7 +226,8 @@ class App: AppCenterApplication, NSApplicationDelegate {
|
||||
let stepWithClosestWindow = Windows.windowIndexAfterCycling(-1) > Windows.focusedWindowIndex ? 1 : -1
|
||||
Windows.cycleFocusedWindowIndex(stepWithClosestWindow)
|
||||
} else {
|
||||
Windows.updatesWindowSpace(window)
|
||||
Spaces.refreshAllIdsAndIndexes()
|
||||
window.updatesWindowSpace()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user