xenohunter / bluesky-overhaul

UX improvements for Bluesky web app
https://bsky.app
MIT License
59 stars 2 forks source link

Caret position is at the beginning of the text after picking emojis #7

Closed xenohunter closed 1 year ago

xenohunter commented 1 year ago

This happens unevenly with the <div contenteditable="true"> that serves as the text area for composing posts. Probably can be fixed by setting a focus event listener on that div from within EmojiPipeline and using cursor.restore().