jawa0 / aish3

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

Implement resizable TextArea #84

Closed mentatbot[bot] closed 3 months ago

mentatbot[bot] commented 3 months ago

This update introduces the ability to resize the TextArea component by clicking and dragging its edges or corners. The resizing functionality is activated by left-clicking on the border or corner of the TextArea and dragging to adjust its size. The changes include:

This enhancement addresses the user request to make TextAreas resizable, improving the flexibility and usability of the component.

Closes #29