Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pick up SR's emoji selection correctly
Emojis can be selected by screen reader which happens outside of the emoji-mart's current selection mechanism. It currently relies on either mouse enter or kbd arrow navigation, but neither is necessarily triggered by screen readers. However, SRs can still focus the buttons just fine so I use it as a signal to pick up the selection there and set the current position. Relates to PS-20252.
- Loading branch information