Explorar el Código

fix project manager don't consume Enter key #17620

Thakee Nathees hace 5 años
padre
commit
b98153886f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      scene/gui/line_edit.cpp

+ 0 - 1
scene/gui/line_edit.cpp

@@ -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: {