mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-01 21:15:15 +08:00
Convert show to hide
This commit is contained in:
parent
5731f47ebc
commit
e47106c1cb
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export function showError(): void {
|
|||
export async function showBar(): Promise<void> {
|
||||
barEl?.show();
|
||||
errorEl?.hide();
|
||||
spinnerEl?.show();
|
||||
spinnerEl?.hide();
|
||||
textEl?.hide();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue