MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / mousedown

Function mousedown

scripts/smoothScroll.js:596–598  ·  view source on GitHub ↗

* Mousedown event only for updating activeElement

(event)

Source from the content-addressed store, hash-verified

594 * Mousedown event only for updating activeElement
595 */
596 function mousedown(event) {
597 activeElement = event.target;
598 }
599 /***********************************************
600 * OVERFLOW
601 ***********************************************/

Callers

nothing calls this directly

Calls 3

isNodeNameFunction · 0.85
overflowingAncestorFunction · 0.85
addEventFunction · 0.85

Tested by

no test coverage detected