mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
fixed pace caret sticking around when no pb was found
This commit is contained in:
parent
7addf86ab3
commit
17309021fc
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ function resetCaretPosition() {
|
|||
}
|
||||
|
||||
export async function init() {
|
||||
$("#paceCaret").addClass("hidden");
|
||||
let mode2 = "";
|
||||
if (Config.mode === "time") {
|
||||
mode2 = Config.time;
|
||||
|
|
Loading…
Reference in a new issue