You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open-hand while Cmd is held over a hovered pane (matches the dashed-
border hint), closed-hand once the magnetic drag is in flight. Wired
via .backport.pointerStyle on the leaf body; macOS <15 is a no-op,
matching the OS floor of the magnetic gesture itself.
magneticActive is mirrored from the gesture closures rather than
@ObservedObject on the controller so per-tick translation updates
don't churn the SwiftUI body. defer-reset on .onEnded covers the
case where Cmd is released before the activation distance is hit.
0 commit comments