diff --git a/src/libinput-plugin-mouse-wheel.c b/src/libinput-plugin-mouse-wheel.c index 1e42af89..bf56fb33 100644 --- a/src/libinput-plugin-mouse-wheel.c +++ b/src/libinput-plugin-mouse-wheel.c @@ -178,7 +178,6 @@ wheel_handle_event_on_state_scrolling(struct plugin_device *pd, { switch (event) { case WHEEL_EVENT_SCROLL: - wheel_cancel_scroll_timer(pd); wheel_set_scroll_timer(pd, time); break; case WHEEL_EVENT_SCROLL_TIMEOUT: