got rid of ui vertical scrolling fixes as its already been set limits
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user