From cac0fc63bfe098b26753db8262f5d95ac42b281b Mon Sep 17 00:00:00 2001 From: kotontrion Date: Mon, 13 Jan 2025 09:13:05 +0100 Subject: notification example: fix implicit destroy the notificationsMap holds references to the notification widgets, therefore the box should not destroy the widgets in the bind --- examples/js/notifications/notifications/NotificationPopups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/js') diff --git a/examples/js/notifications/notifications/NotificationPopups.tsx b/examples/js/notifications/notifications/NotificationPopups.tsx index 9b84d84..13fdd88 100644 --- a/examples/js/notifications/notifications/NotificationPopups.tsx +++ b/examples/js/notifications/notifications/NotificationPopups.tsx @@ -98,7 +98,7 @@ export default function NotificationPopups(gdkmonitor: Gdk.Monitor) { gdkmonitor={gdkmonitor} exclusivity={Astal.Exclusivity.EXCLUSIVE} anchor={TOP | RIGHT}> - + {bind(notifs)} -- cgit v1.2.3