From fada8bf9cf4549d788fce68edde6fae6be6d5921 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:25:55 -0700 Subject: [PATCH] Follow-up on #4256 (#4307) --- src/views/GraphView.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/GraphView.vue b/src/views/GraphView.vue index 9f38dd25c..5d6719a48 100644 --- a/src/views/GraphView.vue +++ b/src/views/GraphView.vue @@ -15,7 +15,6 @@ - @@ -219,9 +218,6 @@ onBeforeUnmount(() => { useEventListener(window, 'keydown', useKeybindingService().keybindHandler) const { wrapWithErrorHandling, wrapWithErrorHandlingAsync } = useErrorHandling() - -// Note: WhatsNew popup functionality is now handled directly by the toast - const onGraphReady = () => { requestIdleCallback( () => {