mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 03:26:07 +08:00
fix(test): funbox does not remember settings (@fehmer) (#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 #6700
This commit is contained in:
parent
6b1bbfb432
commit
07a04d1e59
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ export const page = new Page({
|
|||
noAnim: true,
|
||||
});
|
||||
void TestConfig.instantUpdate();
|
||||
void Funbox.activate();
|
||||
void Keymap.refresh();
|
||||
ScrollToTop.hide();
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue