Fix first workflow swap skipped

This commit is contained in:
Austin Mroz
2025-12-01 17:50:09 -08:00
parent d842485f73
commit 3142e5381d

View File

@@ -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)
)