// TODO: add a link to linear issue
There was a bug, where after typing the character the cursor was moved to the end of the text area. It made editing the middle of the content very cumbersome. This address this issue, now `focusAndUpdateText()` method is called only once, not after every text change.