king
2022-11-02 9713348b1a907a2ab75132ee30332673644a951e
src/templates/zshare/codemirror/index.jsx
@@ -201,7 +201,7 @@
          className="code-mirror-area"
          value={defaultVal}
          options={options}
          ref={(ref) => { this.editor = ref }}
          editorDidMount={editor => { this.editor = editor }}
          onChange={(editor, data, value) => {
            this.setState({value})
            this.props.onChange(value)