I am trying to find altnernative but couldn’t find another way
The way I use the get text value is that:
basically, the get text value gets 1000 character before the caret position
**this 1000 character value is sent to the AI for processing and the AI response would be sent to the typewriter animation
However, I found a possible solution.
I noticed that while the caret index becomes 0 after an AI response, BUT, the selection start index gets updated just fine after AI response.
So, I was thinking if you can add “set Caret position” feature
so that after the quill editor text change event I can set the CARET position to the selection start index value.
This way the caret position will not be ZERO/EMPTY and it will be the same value with the selection start index.
This is just an IDEA but not sure if it would work.
If you have a different advice, I would be more than happy!
