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

Method stopPropagation

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

Source from the content-addressed store, hash-verified

1847 this.target = file;
1848 }
1849 stopPropagation() {
1850 this.#bubblingPhase = false;
1851 }
1852 preventDefault() {
1853 this.#defaultPrevented = true;
1854 }

Callers 15

main.jsFile · 0.45
handleKeypressFunction · 0.45
handleKeydownFunction · 0.45
onHandleTouchStartMethod · 0.45
onHandleTouchMoveMethod · 0.45
onHandleTouchEndMethod · 0.45
createContextMenuMethod · 0.45
createFolderElementMethod · 0.45
createFileElementMethod · 0.45
fontManager.jsFile · 0.45
renderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected