mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
updating carets position even if off to fix power mode. closes #1794
This commit is contained in:
parent
3f0661c335
commit
cf32d1999a
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ export function hide() {
|
|||
|
||||
export async function updatePosition() {
|
||||
if ($("#wordsWrapper").hasClass("hidden")) return;
|
||||
if ($("#caret").hasClass("off")) {
|
||||
return;
|
||||
}
|
||||
// if ($("#caret").hasClass("off")) {
|
||||
// return;
|
||||
// }
|
||||
|
||||
let caret = $("#caret");
|
||||
|
||||
|
|
Loading…
Reference in a new issue