Skip to content

Commit fada8bf

Browse files
authored
Follow-up on #4256 (#4307)
1 parent 5bbed91 commit fada8bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/views/GraphView.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<GlobalToast />
1717
<RerouteMigrationToast />
18-
<!-- Release toast now managed by SidebarHelpCenterIcon component -->
1918
<UnloadWindowConfirmDialog v-if="!isElectron()" />
2019
<MenuHamburger />
2120
</template>
@@ -219,9 +218,6 @@ onBeforeUnmount(() => {
219218
useEventListener(window, 'keydown', useKeybindingService().keybindHandler)
220219
221220
const { wrapWithErrorHandling, wrapWithErrorHandlingAsync } = useErrorHandling()
222-
223-
// Note: WhatsNew popup functionality is now handled directly by the toast
224-
225221
const onGraphReady = () => {
226222
requestIdleCallback(
227223
() => {

0 commit comments

Comments
 (0)