disableClickPropagation static method

void disableClickPropagation(
  1. Element el
)

Adds stopPropagation to the element's 'click', 'doubleclick', 'mousedown' and 'touchstart' events (plus browser variants).

Implementation

external static void disableClickPropagation(Element el);