MCPcopy
hub / github.com/antonmedv/codejar / preventDefault

Function preventDefault

codejar.ts:546–548  ·  view source on GitHub ↗
(event: Event)

Source from the content-addressed store, hash-verified

544 }
545
546 function preventDefault(event: Event) {
547 event.preventDefault()
548 }
549
550 function getSelection() {
551 // @ts-ignore

Callers 7

handleNewLineFunction · 0.85
legacyNewLineFixFunction · 0.85
handleTabCharactersFunction · 0.85
handleUndoRedoFunction · 0.85
handlePasteFunction · 0.85
handleCutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected