MCPcopy Create free account
hub / github.com/microsoft/SandDance / _allowElementScroll

Function _allowElementScroll

docs/app/js/sanddance-app.js:21528–21530  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

21526var allowOverscrollOnElement = function(element, events) {
21527 if (!element) return;
21528 var _allowElementScroll = function(event) {
21529 event.stopPropagation();
21530 };
21531 events.on(element, "touchmove", _allowElementScroll, {
21532 passive: false
21533 });

Callers

nothing calls this directly

Calls 1

stopPropagationMethod · 0.45

Tested by

no test coverage detected