disableScrollPropagation static method

void disableScrollPropagation(
  1. Element el
)

Adds stopPropagation to the element's 'mousewheel' events (plus browser variants).

Implementation

external static void disableScrollPropagation(Element el);