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 7dd753c commit bf451d6Copy full SHA for bf451d6
files/usr/share/cinnamon/applets/[email protected]/applet.js
@@ -415,6 +415,10 @@ class AppMenuButton {
415
_onScrollEvent(actor, event) {
416
let direction = event.get_scroll_direction();
417
418
+ if (direction === Clutter.ScrollDirection.SMOOTH) {
419
+ return Clutter.EVENT_STOP;
420
+ }
421
+
422
// Find the current focused window
423
let windows = this.actor.get_parent().get_children()
424
.filter(function(item) {
0 commit comments