jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

Fix resizing issues for TextArea from top and left edges #85

Open mentatbot[bot] opened 4 months ago

mentatbot[bot] commented 4 months ago

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