mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-11 08:00:21 +00:00
Fix first workflow swap skipped
This commit is contained in:
@@ -207,6 +207,7 @@ export const useSubgraphNavigationStore = defineStore(
|
||||
async function updateHash() {
|
||||
if (blockHashUpdate) return
|
||||
if (!routeHash.value) {
|
||||
initialLoad = false
|
||||
await router.replace(
|
||||
'#' + (window.location.hash.slice(1) || app.graph.id)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user