1
This commit is contained in:
@@ -756,7 +756,7 @@ export function PuzzleRuntimeShell({
|
||||
}, [currentLevel?.levelIndex, currentLevel?.runId, currentLevel?.status]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!run || !currentLevel || currentLevel.status !== 'playing') {
|
||||
if (!run || !currentLevel || currentLevel.status === 'cleared') {
|
||||
return;
|
||||
}
|
||||
if (displayRemainingMs > 0) {
|
||||
|
||||
Reference in New Issue
Block a user