this.editor_monaco

dev_cs
hjm 6 years ago
parent c63cab1677
commit 2f04235761

@ -246,7 +246,7 @@ class TPIMonaco extends Component {
} }
} }
componentWillUnmount() { componentWillUnmount() {
editor_monaco.dispose() this.editor_monaco && this.editor_monaco.dispose()
} }
componentDidMount() { componentDidMount() {

Loading…
Cancel
Save