diff --git a/Assets/Scripts/UI/terminal/terminal_controls.gd b/Assets/Scripts/UI/terminal/terminal_controls.gd index 67264d6..919956d 100644 --- a/Assets/Scripts/UI/terminal/terminal_controls.gd +++ b/Assets/Scripts/UI/terminal/terminal_controls.gd @@ -101,12 +101,6 @@ func EnterCommand() -> void: terminalLine.text = "user@work "+ directory + " " - # Handle UI scrolling correctly - - var scrollBox = historyContainer.get_parent() as ScrollContainer - historyContainer.force_update_transform() - await get_tree().process_frame - scrollBox.scroll_vertical = int(scrollBox.get_v_scroll_bar().max_value) UpdateCaretPos() # --- History and FileSystem Helpers ---