Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
handleKeypress
Function · 0.45
handleKeydown
Function · 0.45
onHandleTouchStart
Method · 0.45
onHandleTouchMove
Method · 0.45
onHandleTouchEnd
Method · 0.45
createContextMenu
Method · 0.45
disableNativeSelectionMenu
Method · 0.45
createFolderElement
Method · 0.45
createFileElement
Method · 0.45
fontManager.js
File · 0.45
render
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected