NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
29 stars 5 forks source link

refactor: use mouseup instead of click on menu items #1188

Closed duranb closed 6 months ago

duranb commented 6 months ago

The main annoyance right now is that if you attempt to click on a Menu item where you mouse down on the wrong item, then drag the mouse and mouse up on the intended item, the menu goes away and nothing happens.

Changing the event to mouse up should just respect the last item that was hovered and had the mouse up event.