Skip to content

Commit 07b85df

Browse files
Copilotabernier
andcommitted
Simplify comment in SayCheese setTimeout
Co-authored-by: abernier <[email protected]>
1 parent 52689d5 commit 07b85df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/Setup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function SayCheese({ pauseAt = 3000 }: { pauseAt?: number }) {
6464
requestAnimationFrame(() => {
6565
gl.getContext().finish()
6666
})
67-
}, 5000) // Let the scene render normally first to allow Suspense to resolve: wait 5000ms for assets to load
67+
}, 5000) // Let the scene render normally first to allow Suspense to resolve
6868

6969
return () => clearTimeout(timer)
7070
}, [pauseAt, clock, advance, invalidate, gl, scene, camera, setFrameloop])

0 commit comments

Comments
 (0)