fix project manager don't consume Enter key #17620
This commit is contained in:
parent
ed9a0d0484
commit
b98153886f
|
@ -307,7 +307,6 @@ void LineEdit::_gui_input(Ref<InputEvent> p_event) {
|
||||||
if (OS::get_singleton()->has_virtual_keyboard())
|
if (OS::get_singleton()->has_virtual_keyboard())
|
||||||
OS::get_singleton()->hide_virtual_keyboard();
|
OS::get_singleton()->hide_virtual_keyboard();
|
||||||
|
|
||||||
return;
|
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
case KEY_BACKSPACE: {
|
case KEY_BACKSPACE: {
|
||||||
|
|
Loading…
Reference in New Issue