fixed funbox styles persisting on pages other than test

This commit is contained in:
Miodec 2022-07-09 00:06:50 +02:00
parent af70bc5971
commit 47df65807b

View file

@ -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();
}