fixed pace caret sticking around when no pb was found

This commit is contained in:
Jack 2021-04-25 00:27:32 +01:00
parent 7addf86ab3
commit 17309021fc

View file

@ -28,6 +28,7 @@ function resetCaretPosition() {
}
export async function init() {
$("#paceCaret").addClass("hidden");
let mode2 = "";
if (Config.mode === "time") {
mode2 = Config.time;