We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c8daf commit 7dd753cCopy full SHA for 7dd753c
js/ui/appSwitcher/appSwitcher.js
@@ -345,7 +345,7 @@ AppSwitcher.prototype = {
345
actor.set_reactive(false);
346
if (event.get_scroll_direction() == Clutter.ScrollDirection.UP)
347
this._previous();
348
- else
+ else if (event.get_scroll_direction() == Clutter.ScrollDirection.DOWN)
349
this._next();
350
actor.set_reactive(true);
351
}
0 commit comments