Skip to content

Commit 07a04d1

Browse files
authored
fix(test): funbox does not remember settings (@fehmer) (monkeytypegame#6701)
`funbox.applyConfig` was called twice when changing to test page. `funbox.rememberSettings` was saving the wrong setting, as it was called after the first `applyConfig`. fixes monkeytypegame#6700
1 parent 6b1bbfb commit 07a04d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/ts/pages/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export const page = new Page({
3333
noAnim: true,
3434
});
3535
void TestConfig.instantUpdate();
36-
void Funbox.activate();
3736
void Keymap.refresh();
3837
ScrollToTop.hide();
3938
},

0 commit comments

Comments
 (0)