MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / preventDefault

Method preventDefault

src/lib/editorFile.js:1852–1854  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1850 this.#bubblingPhase = false;
1851 }
1852 preventDefault() {
1853 this.#defaultPrevented = true;
1854 }
1855 get BUBBLING_PHASE() {
1856 return this.#bubblingPhase;
1857 }

Callers 15

main.jsFile · 0.45
omtouchmoveFunction · 0.45
handleKeypressFunction · 0.45
handleKeydownFunction · 0.45
onDragMoveFunction · 0.45
onTerminalTouchStartMethod · 0.45
onTerminalTouchMoveMethod · 0.45
onHandleTouchStartMethod · 0.45
onHandleTouchMoveMethod · 0.45
onHandleTouchEndMethod · 0.45
createContextMenuMethod · 0.45
onTouchMoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected