mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix launcher scrolling pin button interrupt
This commit is contained in:
@@ -122,6 +122,9 @@ Item {
|
||||
root.middleClicked();
|
||||
}
|
||||
}
|
||||
onWheel: wheel => root.wheel(wheel.angleDelta.y)
|
||||
onWheel: wheel => {
|
||||
root.wheel(wheel.angleDelta.y);
|
||||
wheel.accepted = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user