Skip to content

Commit 889d156

Browse files
committed
Fix todo
Answer: because FrozenWorld doesn't capture popups (it doesn't need them)
1 parent a3d4210 commit 889d156

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/AppBundle/tree/frozen/closedWindowsCache.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ struct FrozenWorkspace: Sendable {
4747
monitors: monitors.map(FrozenMonitor.init),
4848
windowIds: allWindowIds,
4949
)
50-
// todo why is this assertion false 21336ad382539b35fdc94b4fbd55408e10b101f8?
51-
// check(closedWindowsCache.windowIds.contains(window.windowId))
5250
}
5351

5452
@MainActor func restoreClosedWindowsCacheIfNeeded(newlyDetectedWindow: Window) async throws -> Bool {

0 commit comments

Comments
 (0)