diff --git a/godot/scenes/ui/chat_box.tscn b/godot/scenes/ui/chat_box.tscn index 7589940..e39884b 100644 --- a/godot/scenes/ui/chat_box.tscn +++ b/godot/scenes/ui/chat_box.tscn @@ -33,3 +33,4 @@ alignment = 2 [node name="line_edit" type="LineEdit" parent="." unique_id=785348302] layout_mode = 2 +keep_editing_on_text_submit = true diff --git a/godot/scenes/ui/command_line_panel.tscn b/godot/scenes/ui/command_line_panel.tscn index 1e32ddc..2295306 100644 --- a/godot/scenes/ui/command_line_panel.tscn +++ b/godot/scenes/ui/command_line_panel.tscn @@ -23,6 +23,7 @@ offset_top = 307.0 offset_bottom = 342.0 grow_horizontal = 2 editable = false +keep_editing_on_text_submit = true metadata/_edit_lock_ = true [node name="scroll_container" type="ScrollContainer" parent="command_line_panel" unique_id=1922272461]