From 5f1ffb32f41d40e0404a81fb9b834a1f12d60a5b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 20 Sep 2025 16:21:42 +1000 Subject: sidebar/notifs: fix interactions outside container --- modules/sidebar/NotifDock.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/sidebar/NotifDock.qml') diff --git a/modules/sidebar/NotifDock.qml b/modules/sidebar/NotifDock.qml index e3267c3..7c71da8 100644 --- a/modules/sidebar/NotifDock.qml +++ b/modules/sidebar/NotifDock.qml @@ -106,6 +106,7 @@ Item { id: notifList props: root.props + container: view } } } -- cgit v1.2.3-freya