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 /> <GlobalToast />
<RerouteMigrationToast /> <RerouteMigrationToast />
<!-- Release toast now managed by SidebarHelpCenterIcon component -->
<UnloadWindowConfirmDialog v-if="!isElectron()" /> <UnloadWindowConfirmDialog v-if="!isElectron()" />
<MenuHamburger /> <MenuHamburger />
</template> </template>
@@ -219,9 +218,6 @@ onBeforeUnmount(() => {
useEventListener(window, 'keydown', useKeybindingService().keybindHandler) useEventListener(window, 'keydown', useKeybindingService().keybindHandler)
const { wrapWithErrorHandling, wrapWithErrorHandlingAsync } = useErrorHandling() const { wrapWithErrorHandling, wrapWithErrorHandlingAsync } = useErrorHandling()
// Note: WhatsNew popup functionality is now handled directly by the toast
const onGraphReady = () => { const onGraphReady = () => {
requestIdleCallback( requestIdleCallback(
() => { () => {