mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
fixed pb caret not working on the first test
This commit is contained in:
parent
3332781230
commit
2f3d254306
1 changed files with 3 additions and 2 deletions
|
@ -368,8 +368,9 @@ function getAccountDataAndInit() {
|
|||
accountIconLoading(false);
|
||||
}
|
||||
if (config.paceCaret === "pb") {
|
||||
// initPaceCaret(true);
|
||||
$("#paceCaret").addClass("hidden");
|
||||
if (!testActive) {
|
||||
initPaceCaret(true);
|
||||
}
|
||||
}
|
||||
try {
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue