Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.45
omtouchmove
Function · 0.45
handleKeypress
Function · 0.45
handleKeydown
Function · 0.45
onDragMove
Function · 0.45
onTerminalTouchStart
Method · 0.45
onTerminalTouchMove
Method · 0.45
onHandleTouchStart
Method · 0.45
onHandleTouchMove
Method · 0.45
onHandleTouchEnd
Method · 0.45
createContextMenu
Method · 0.45
onTouchMove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected