Follow-up on #4256 (#4307)

This commit is contained in:
filtered
2025-06-30 12:25:55 -07:00
committed by GitHub
parent 5bbed91295
commit fada8bf9cf

View File

@@ -15,7 +15,6 @@
<GlobalToast />
<RerouteMigrationToast />
<!-- Release toast now managed by SidebarHelpCenterIcon component -->
<UnloadWindowConfirmDialog v-if="!isElectron()" />
<MenuHamburger />
</template>
@@ -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(
() => {