diff --git a/src/js/input-controller.js b/src/js/input-controller.js index 6f595448e..5cb27b7c8 100644 --- a/src/js/input-controller.js +++ b/src/js/input-controller.js @@ -736,8 +736,7 @@ function handleAlpha(event) { TestUI.updateWordElement(!Config.blindMode); } } - - Caret.updatePosition(); + if (originalEvent.code !== "Enter") Caret.updatePosition(); } $(document).keyup((event) => {