mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-07 16:05:12 +08:00
fix(tape mode): letter scrolling not working
This commit is contained in:
parent
04a64c6662
commit
28a397ecf2
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue