fixed arrows not scrolling tape. closes #2986

This commit is contained in:
Miodec 2022-05-16 22:41:12 +02:00
parent 51ae5ef36a
commit e4c2b55907

View file

@ -789,6 +789,9 @@ $(document).keydown(async (event) => {
handleChar(char, TestInput.input.current.length);
updateUI();
setWordsInput(" " + TestInput.input.current);
if (Config.tapeMode !== "off") {
TestUI.scrollTape();
}
}
} else if (
Config.layout !== "default" &&