fix(tape mode): letter scrolling not working

This commit is contained in:
Miodec 2024-06-11 12:58:06 +02:00
parent 04a64c6662
commit 28a397ecf2

View file

@ -910,6 +910,9 @@ export async function updateWordElement(
}
if (newlineafter) $("#words").append("<div class='newline'></div>");
if (Config.tapeMode !== "off") {
scrollTape();
}
}
export function scrollTape(): void {