From 0387d51e153d06b9966d8d1a63de6173ef54d27d Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 12 May 2026 10:40:13 +0200 Subject: [PATCH] =?UTF-8?q?fix(notification):=20prevent=20iframe=20navigat?= =?UTF-8?q?ion=20=E2=80=94=20use=20goto=20instead=20of=20href=20follow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/notification/NotificationDropdown.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/notification/NotificationDropdown.svelte b/frontend/src/lib/notification/NotificationDropdown.svelte index c94f0a10..68ff59e0 100644 --- a/frontend/src/lib/notification/NotificationDropdown.svelte +++ b/frontend/src/lib/notification/NotificationDropdown.svelte @@ -1,4 +1,5 @@