MCPcopy
hub / github.com/securingsincity/react-ace / onPaste

Method onPaste

src/ace.tsx:508–512  ·  view source on GitHub ↗
({ text }: { text: string })

Source from the content-addressed store, hash-verified

506 }
507
508 public onPaste({ text }: { text: string }) {
509 if (this.props.onPaste) {
510 this.props.onPaste(text);
511 }
512 }
513
514 public onScroll() {
515 if (this.props.onScroll) {

Callers 2

split.spec.tsxFile · 0.45
ace.spec.tsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected