From 283995ca99de96087a491607958ed17b20fd6d0f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:32:54 +0200 Subject: [PATCH] fix notif drag getting stuck --- .../quickshell/ii/modules/common/widgets/NotificationGroup.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/NotificationGroup.qml b/dots/.config/quickshell/ii/modules/common/widgets/NotificationGroup.qml index 8802aaf69..5bf4718f0 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/NotificationGroup.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/NotificationGroup.qml @@ -102,7 +102,6 @@ MouseArea { // Notification group area } onDragDiffXChanged: () => { - if (!dragging) return; root.qmlParent.dragDistance = dragDiffX; }