updating carets position even if off to fix power mode. closes #1794

This commit is contained in:
Jack 2021-08-31 14:14:09 +01:00
parent 3f0661c335
commit cf32d1999a

View file

@ -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");