This commit is contained in:
ItsLemmy
2025-11-30 14:36:23 -05:00
parent 5d3c91f3ad
commit b6c1f6e90a
2 changed files with 9 additions and 9 deletions

View File

@@ -129,7 +129,7 @@ Item {
target: listView target: listView
acceptedDevices: PointerDevice.Mouse | PointerDevice.TouchPad acceptedDevices: PointerDevice.Mouse | PointerDevice.TouchPad
onWheel: function(event) { onWheel: function (event) {
if (listView.flicking || listView.moving) { if (listView.flicking || listView.moving) {
listView.cancelFlick(); listView.cancelFlick();
} }