fixed command line enter inputting enter in the test

This commit is contained in:
Miodec 2021-01-14 21:45:44 +00:00
parent 708b75039f
commit 589cb91459

View file

@ -4746,7 +4746,7 @@ $(document).keydown(function (event) {
handleSpace(event, false);
}
if (wordsFocused) {
if (wordsFocused && !commandLineVisible) {
handleAlpha(event);
}