Closed kaladay closed 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.
dropDownButton.nativeElement
Limit the mousedown to the left click.
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.