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
fix(pan): sync modifier key release via event flags in iframes
syncModifierKeys now writes both true and false states from event
modifier flags instead of only setting keys to true. This prevents
stale pressed-key state when keyup never fires (e.g. unfocused iframe).
Also passes the actual clamped scale from this.state.scale to the
onTransform callback instead of the pre-clamp local variable.
Made-with: Cursor
0 commit comments