diff --git a/client/js/keybinds.js b/client/js/keybinds.js index d060ffe3..e9a512ad 100644 --- a/client/js/keybinds.js +++ b/client/js/keybinds.js @@ -116,6 +116,10 @@ function enableHistory() { inputTrap.bind("enter", function() { position = 0; + if (input.data("autocompleting")) { + return false; + } + const text = input.val(); if (text.length === 0) {