mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-28 02:34:10 +00:00
[Desktop] Remove beforeunload handler - unusable in electron (#2318)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<TopMenubar />
|
||||
<GraphCanvas @ready="onGraphReady" />
|
||||
<GlobalToast />
|
||||
<UnloadWindowConfirmDialog />
|
||||
<UnloadWindowConfirmDialog v-if="!isElectron()" />
|
||||
<BrowserTabTitle />
|
||||
<MenuHamburger />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user