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

Method onChange

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

Source from the content-addressed store, hash-verified

461 }
462
463 public onChange(event: any) {
464 if (this.editor && this.props.onChange && !this.silent) {
465 const value = this.editor.getValue();
466 this.props.onChange(value, event);
467 }
468 }
469
470 public onSelectionChange(event: any) {
471 if (this.props.onSelectionChange) {

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected