Skip to content

Commit

Permalink
fix: funboxes not applying on repeated tests
Browse files Browse the repository at this point in the history
closes #5003
  • Loading branch information
Miodec committed Feb 5, 2024
1 parent bfda001 commit 8c794aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/ts/test/test-logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export function restart(options = {} as RestartOptions): void {
await init();
await PaceCaret.init();
} else {
await Funbox.activate();
TestState.setRepeated(true);
TestState.setPaceRepeat(repeatWithPace);
Replay.stopReplayRecording();
Expand Down

0 comments on commit 8c794aa

Please sign in to comment.