We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b36c502 + ad6a04a commit e0de44fCopy full SHA for e0de44f
Sources/TouchTracker/Cocoa/TouchTrackingUIView.swift
@@ -139,7 +139,7 @@ public class TouchTrackingUIView: UIView {
139
window.location = location
140
window.center = .init(x: location.x + offset.x,
141
y: location.y + offset.y)
142
- window.windowScene = window.windowScene
+ window.windowScene = self.window?.windowScene
143
window.isHidden = false
144
}
145
0 commit comments