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

Method onBlur

src/ace.tsx:496–500  ·  view source on GitHub ↗
(event: any)

Source from the content-addressed store, hash-verified

494 }
495
496 public onBlur(event: any) {
497 if (this.props.onBlur) {
498 this.props.onBlur(event, this.editor);
499 }
500 }
501
502 public onCopy({ text }: { text: string }) {
503 if (this.props.onCopy) {

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected