MCPcopy Create free account
hub / github.com/breck7/scroll / noevent

Function noevent

external/.d3.js:19609–19612  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

19607}
19608
19609function noevent(event) {
19610 event.preventDefault();
19611 event.stopImmediatePropagation();
19612}
19613
19614// Ignore right-click, since that should open the context menu.
19615// except for pinch-to-zoom, which is sent as a wheel+ctrlKey event

Callers 5

wheeledFunction · 0.85
mousemovedFunction · 0.85
mouseuppedFunction · 0.85
dblclickedFunction · 0.85
touchmovedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected