handleOutsideMouseClick
is invoked twice when testing mobile interfaces in Chrome
#134
Labels
handleOutsideMouseClick
is invoked twice when testing mobile interfaces in Chrome
#134
I'm testing my Cordova app in Chrome. I guess when you set dev tools to simulate taps, both
mouseup
andtouchstart
are triggered when you click outside the portal. As a result,handleOutsideMouseClick
is invoked twice. Maybe it would make sense to remove the event listeners inhandkeOutsideMouseClick
so it can only ever be invoked once?The text was updated successfully, but these errors were encountered: