got rid of ui vertical scrolling fixes as its already been set limits

This commit is contained in:
Brazly
2026-01-16 00:50:15 +00:00
parent 2a8cc09d06
commit cf5fecaf4e

View File

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