MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / scriptFromEvent

Function scriptFromEvent

src/options/utils/dragging.js:219–222  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

217}
218
219function scriptFromEvent(e) {
220 original = e.target.closest(SCRIPT);
221 return original;
222}

Callers 3

onMouseDownFunction · 0.85
onTouchStartFunction · 0.85
onDragStartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected