TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Mouseclick should be restricted to the specific dropdown button and not the entire structure. #496

Closed kaladay closed 2 years ago

kaladay commented 2 years ago

Select the button within the dropdown that is used to expand/collapsed the menu.

There is some odd problem where dropDownButton.nativeElement does not always exist, so add additional checks to prevent errors spamming the console.

Limit the mousedown to the left click.