Skip to content

Commit 7d08145

Browse files
Update apps/explorer/src/routes/_layout/blocks.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 1190392 commit 7d08145

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/explorer/src/routes/_layout/blocks.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ function RouteComponent() {
8181
}
8282

8383
isFetchingRef.current = false
84+
85+
// Process any blocks that were added during execution
86+
if (pendingBlocksRef.current.length > 0) {
87+
processPendingBlocks()
88+
}
8489
}, [])
8590

8691
// Watch for new blocks (only on page 1 when live)

0 commit comments

Comments
 (0)