mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-09 16:16:46 +08:00
fix(input-controller): update keymap UI on backspace in layout emulator (@47th) (#6675)
### Description Fixes the keymap UI not highlighting the current letter to be typed when backspaced to a previous word in layout emulator. https://github.com/user-attachments/assets/12ba72d8-567b-4097-bbf6-407814140545
This commit is contained in:
parent
1ace28da4e
commit
0f4d311c7c
1 changed files with 1 additions and 0 deletions
|
@ -1335,6 +1335,7 @@ $("#wordsInput").on("input", (event) => {
|
|||
inputValue.length >= currTestInput.length
|
||||
) {
|
||||
setWordsInput(" " + currTestInput);
|
||||
updateUI();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue