mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 22:22:21 +08:00
parent
5de8fa09d1
commit
e715c8cd22
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import * as ThemeColors from "./theme-colors";
|
||||
import * as SlowTimer from "../states/slow-timer";
|
||||
import * as UI from "../ui";
|
||||
import Config from "../config";
|
||||
|
||||
/**
|
||||
|
|
@ -154,7 +153,7 @@ export function reset(immediate = false) {
|
|||
$("html").css("overflow", "inherit");
|
||||
$("html").css("overflow-y", "scroll");
|
||||
},
|
||||
immediate || UI.pageTransition ? 0 : 1000
|
||||
immediate ? 0 : 1000
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue