diff --git a/components/compositing/touch.rs b/components/compositing/touch.rs index 9975630951b..53d0bec4d64 100644 --- a/components/compositing/touch.rs +++ b/components/compositing/touch.rs @@ -329,10 +329,7 @@ impl TouchHandler { .active_touch_points .push(TouchPoint::new(id, point)); match touch_sequence.active_touch_points.len() { - 2 => { - touch_sequence.state = Pinching; - }, - 3.. => { + 2.. => { touch_sequence.state = MultiTouch; }, 0..2 => {