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
move: Use post input signal for touch move grabs (#2508)
Without this, touch fingers are not set yet which causes a visual jump
when attempting to move drag a window with touchscreen devices. Use
post signal so that the fingers are properly detected and the correct
coordinates are used in the first place.
Fixes#2505.
0 commit comments