MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / preventDefault

Method preventDefault

src/handlers/intent.js:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 preventDefault() {
142 this.#defaultPrevented = true;
143 }
144
145 stopPropagation() {
146 this.#propagationStopped = true;

Callers 7

initFunction · 0.45
onwheelFunction · 0.45
onclickFunction · 0.45
touchstartFunction · 0.45
quickTools.jsFile · 0.45
setupHistoryNavigationFunction · 0.45
onDragFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected