in site/live_editor.js [40:44]
handleChange: function () { if (!this.props.readOnly) { this.props.onChange && this.props.onChange(this.editor.getValue()); } },