mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-05 22:26:16 +00:00
autofmt
This commit is contained in:
@@ -129,7 +129,7 @@ Item {
|
||||
target: listView
|
||||
acceptedDevices: PointerDevice.Mouse | PointerDevice.TouchPad
|
||||
|
||||
onWheel: function(event) {
|
||||
onWheel: function (event) {
|
||||
if (listView.flicking || listView.moving) {
|
||||
listView.cancelFlick();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user