v3.3.2
Change Log
🐞 Bugfix
- FIX: in method
handleOnControlMouseDown()ofSelect.tsxcomponent - change check frome.currentTarget.tagNametoe.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).