mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
removed timed refresh
This commit is contained in:
parent
373df2af16
commit
1ad2d1e3c2
1 changed files with 3 additions and 5 deletions
|
@ -170,11 +170,9 @@ export async function reinstate(): boolean {
|
|||
}
|
||||
|
||||
export async function refreshVisible(): Promise<void> {
|
||||
if (!rampReady) return;
|
||||
|
||||
if (getUnits().length === 0) return;
|
||||
|
||||
ramp.triggerRefresh();
|
||||
// if (!rampReady) return;
|
||||
// if (getUnits().length === 0) return;
|
||||
// ramp.triggerRefresh();
|
||||
}
|
||||
|
||||
export function renderResult(): void {
|
||||
|
|
Loading…
Reference in a new issue