mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-22 16:59:57 -05:00
fix notif drag getting stuck
This commit is contained in:
@@ -102,7 +102,6 @@ MouseArea { // Notification group area
|
|||||||
}
|
}
|
||||||
|
|
||||||
onDragDiffXChanged: () => {
|
onDragDiffXChanged: () => {
|
||||||
if (!dragging) return;
|
|
||||||
root.qmlParent.dragDistance = dragDiffX;
|
root.qmlParent.dragDistance = dragDiffX;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user