fix notif drag getting stuck

This commit is contained in:
end-4
2026-04-16 22:32:54 +02:00
parent ef9042838e
commit 283995ca99
@@ -102,7 +102,6 @@ MouseArea { // Notification group area
} }
onDragDiffXChanged: () => { onDragDiffXChanged: () => {
if (!dragging) return;
root.qmlParent.dragDistance = dragDiffX; root.qmlParent.dragDistance = dragDiffX;
} }