This commit addresses the issues with resizing the TextArea from the top and left edges. The previous implementation only worked correctly for the right and bottom edges. Adjustments have been made to ensure that resizing from the top and left edges behaves as expected, taking into account the behavior of GUIContainer and GUIControl.
This commit addresses the issues with resizing the TextArea from the top and left edges. The previous implementation only worked correctly for the right and bottom edges. Adjustments have been made to ensure that resizing from the top and left edges behaves as expected, taking into account the behavior of GUIContainer and GUIControl.
Closes #29