Skip to content

Commit fc4149e

Browse files
committed
🔀 Merge branch 'develop' into concurrency-and-improvements
# Conflicts: # Loop/Core/WindowDragManager.swift
2 parents 53d7a82 + 7bd90de commit fc4149e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Loop/Core/WindowDragManager.swift‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ final class WindowDragManager {
100100
if Defaults[.restoreWindowFrameOnDrag] {
101101
restoreInitialWindowSize(window)
102102
}
103-
103+
104104
StashManager.shared.onWindowDragged(window.cgWindowID)
105-
105+
106106
// Erase records *after* restoring frame if needed
107107
WindowRecords.eraseRecords(for: window)
108108

0 commit comments

Comments
 (0)