You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
Updated for PureScript 0.14 and Halogen 6
Bugfixes
Previously, if the cursor was hovering over the dropdown and the selected index was changed via updateHighlightedIndex (for example, via the arrow keys) and the dropdown scrolled as a result, the selection would be stolen by whatever item the cursor ended up under. This has been fixed so that the cursor does not grab focus after a call to updateHighlightedIndex until the mouse is actually moved again.