We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123402c commit a36397bCopy full SHA for a36397b
js/jquery.mobile.vmouse.js
@@ -471,10 +471,9 @@ if ( eventCaptureSupported ) {
471
|| ( ele === target && Math.abs( o.x - x ) < threshold && Math.abs( o.y - y ) < threshold )
472
|| $.data( ele, touchTargetPropertyName ) === o.touchID ) {
473
474
- // XXX: We may want to consider removing matches from the block list
475
- // instead of waiting for the reset timer to fire.
476
e.preventDefault();
477
e.stopPropagation();
+ clickBlockList.splice( i, 1 );
478
return;
479
}
480
0 commit comments