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
The problem is that the onblur handler is fired on mousedown, so onclick hasn't fired yet, thus closing the dialog, and causing the click target to be outside
The solution will be to detect when we're mouse downing on an item, and if so, ignore the blur handler. I'm sure there are some edge cases we'll figure out along the way
The problem is that the
onblur
handler is fired onmousedown
, so onclick hasn't fired yet, thus closing the dialog, and causing the click target to be outsideThe solution will be to detect when we're mouse downing on an item, and if so, ignore the blur handler. I'm sure there are some edge cases we'll figure out along the way
From #14
The text was updated successfully, but these errors were encountered: