jawa0 / aish3

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

Unable to scroll TextArea containing LLM output #48

Closed jawa0 closed 1 year ago

jawa0 commented 1 year ago

Try to swipe to scroll, with an LLM response TextArea focused. There's some twitchy movement which looks like the text starting to scroll, but then jumping back to where it was. Unpleasant and breaks scrolling functionality.

jawa0 commented 1 year ago

I think there might be some involvement of click-to-focus. This problem may only show up once I've clicked on a TextArea to focus that control. Also seems to affect vertical scrolling

jawa0 commented 1 year ago

Fixed