MCPcopy
hub / github.com/anvaka/VivaGraphJS / stopPropagation

Function stopPropagation

src/Input/dragndrop.js:54–56  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

52 },
53
54 stopPropagation = function (e) {
55 if (e.stopPropagation) { e.stopPropagation(); } else { e.cancelBubble = true; }
56 },
57 preventDefault = function (e) {
58 if (e.preventDefault) { e.preventDefault(); }
59 },

Callers 5

handleDisabledEventFunction · 0.70
handleMouseDownFunction · 0.70
handleTouchMoveFunction · 0.70
handleSignleFingerTouchFunction · 0.70
handleTouchStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected