Skip to content

v3.3.2

Choose a tag to compare

@based-ghost based-ghost released this 22 Apr 10:46
· 93 commits to master since this release

Change Log

🐞 Bugfix

  • FIX: in method handleOnControlMouseDown() of Select.tsx component - change check from e.currentTarget.tagName to e.target.nodeName (using currentTarget only returns the element for which the event listener is attached to and we need to determine which element the mousedown event was triggered on, truly).