mirror of https://github.com/godotengine/godot
Merge pull request #37281 from ThakeeNathees/fix-project-manager-don't-consume-Enter
Fix: project manager don't consume Enter key #17620
This commit is contained in:
commit
4d7ab010db
|
|
@ -307,7 +307,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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue