mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-10 09:25:16 +08:00
Use show
This commit is contained in:
parent
75af7f743e
commit
d53e0b9b79
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export function disableInputs(): void {
|
|||
}
|
||||
|
||||
export function showPreloader(): void {
|
||||
qs(".pageLogin .preloader")?.removeClass("hidden");
|
||||
qs(".pageLogin .preloader")?.show();
|
||||
}
|
||||
|
||||
export function hidePreloader(): void {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue