diff --git a/src/stores/subgraphNavigationStore.ts b/src/stores/subgraphNavigationStore.ts index 9211327fe8..85092836b7 100644 --- a/src/stores/subgraphNavigationStore.ts +++ b/src/stores/subgraphNavigationStore.ts @@ -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) )