forked from Shinonome/dots-hyprland
fix notif drag getting stuck
This commit is contained in:
@@ -102,7 +102,6 @@ MouseArea { // Notification group area
|
||||
}
|
||||
|
||||
onDragDiffXChanged: () => {
|
||||
if (!dragging) return;
|
||||
root.qmlParent.dragDistance = dragDiffX;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user