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:
Christian Fehmer 2025-07-09 12:07:11 +02:00 committed by GitHub
parent 6b1bbfb432
commit 07a04d1e59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,6 @@ export const page = new Page({
noAnim: true,
});
void TestConfig.instantUpdate();
void Funbox.activate();
void Keymap.refresh();
ScrollToTop.hide();
},