You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If, for some reason, you were to double click on an entry in a dropdown menu, the entry you clicked on should be selected.
Actual Behavior
Sometimes, the animation that moves the dropdown menu up and fades it out, makes it so that the second click in the double click registers on the entry below the one you started with.
It looks like the click handler is not removed when a click is registered, but only when the dropdown has completely closed.