mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-26 15:54:35 +08:00
fixed funbox styles persisting on pages other than test
This commit is contained in:
parent
af70bc5971
commit
47df65807b
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ export async function init(): Promise<void> {
|
|||
TestInput.input.resetHistory();
|
||||
TestInput.input.resetCurrent();
|
||||
|
||||
if (ActivePage.get() == "test") {
|
||||
if (!PageTransition.get() && ActivePage.get() == "test") {
|
||||
await Funbox.activate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue