()
| 31 | } |
| 32 | |
| 33 | render() { |
| 34 | return ( |
| 35 | <div> |
| 36 | <h3 className="modal-title">编辑源码 <Button onClick={this.onSave}>保存</Button></h3> |
| 37 | <CodeEditor |
| 38 | height="680" |
| 39 | language="json" |
| 40 | code={this.state.code} |
| 41 | onChange={this.onChange} |
| 42 | /> |
| 43 | </div> |
| 44 | ) |
| 45 | } |
| 46 | |
| 47 | } |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected