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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Couldn't find any report regarding this issue. The simple code below triggers the problem:
$("#test_div").on("tap", function ()
{
console.log("TAP");
});
If you click on "test_div" and release the mouse button outside it the tap event is not triggered, but neither is it cleared. If you click on "test_div" again, the tap event will be fired twice.