Skip to content

Commit

Permalink
fix(keymap): next mode not working after pressing enter
Browse files Browse the repository at this point in the history
closes #5937
  • Loading branch information
Miodec committed Oct 7, 2024
1 parent 2c7bb94 commit efd8f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/ts/controllers/input-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@ $(document).on("keydown", async (event) => {
} else {
handleChar("\n", TestInput.input.current.length);
setWordsInput(" " + TestInput.input.current);
updateUI();
}
}

Expand Down

0 comments on commit efd8f00

Please sign in to comment.