react-chat-window
react-chat-window copied to clipboard
Focus should return to text input after emoji input
Reproduce:
- type in chat input
- clicking the emoji picker icon to open it
- click an emoji
- emoji picker auto closes
- continue typing
- no dice because the focus didn't return to the input after closing the picker
This seems like it would be an improvement.
+1