fix(keymap): next mode not working after pressing enter

closes #5937
This commit is contained in:
Miodec 2024-10-07 12:52:52 +02:00
parent 2c7bb9488f
commit efd8f00610

View file

@ -1090,6 +1090,7 @@ $(document).on("keydown", async (event) => {
} else {
handleChar("\n", TestInput.input.current.length);
setWordsInput(" " + TestInput.input.current);
updateUI();
}
}