fix project manager don't consume Enter key #17620

(cherry picked from commit b98153886f)
This commit is contained in:
Thakee Nathees 2020-03-25 03:01:04 +05:30 committed by Rémi Verschelde
parent 219ce2f149
commit 324213a6db
1 changed files with 0 additions and 1 deletions

View File

@ -301,7 +301,6 @@ void LineEdit::_gui_input(Ref<InputEvent> p_event) {
if (OS::get_singleton()->has_virtual_keyboard())
OS::get_singleton()->hide_virtual_keyboard();
return;
} break;
case KEY_BACKSPACE: {