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.
2 parents 53d7a82 + 7bd90de commit fc4149eCopy full SHA for fc4149e
1 file changed
‎Loop/Core/WindowDragManager.swift‎
@@ -100,9 +100,9 @@ final class WindowDragManager {
100
if Defaults[.restoreWindowFrameOnDrag] {
101
restoreInitialWindowSize(window)
102
}
103
-
+
104
StashManager.shared.onWindowDragged(window.cgWindowID)
105
106
// Erase records *after* restoring frame if needed
107
WindowRecords.eraseRecords(for: window)
108
0 commit comments