Skip to content
Commit f6c204f5 authored by Alvin Wong's avatar Alvin Wong 🤔
Browse files

Fix touch pan gesture stopping when moving quickly

The code before this change ignores large movements to prevent canvas
from jumping at the end of a 3-finger gesture, which also blocks fast
panning. This removes the movement delta check in favour of checking the
number of touch points, so that fast movements will no longer interrupts
the pan gesture.

BUG: 441706
parent f9476b10
Loading
Loading
Loading
Pipeline #78591 skipped with stage
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment