jawa0 / aish3

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

Implement word-wrap in TextArea #86

Open mentatbot[bot] opened 3 months ago

mentatbot[bot] commented 3 months ago

This commit introduces word-wrapping functionality to the TextArea component. The changes ensure that text exceeding the visible area of the TextArea wraps onto the next line. Additionally, cursor movement with arrow keys has been updated to work correctly with the new word-wrapping feature. Key modifications include:

These changes address the issue and improve text handling within the TextArea component.

Closes #19