rm consoles

pull/2074/head
filip mertens 3 years ago
parent ddd0bdb3f4
commit 3b8a13b818
  1. 6
      apps/remix-ide/src/app/editor/editor.js

@ -61,6 +61,12 @@ class Editor extends Plugin {
// to be implemented by the react component
this.api = {}
this.dispatch = null
}
setDispatch (dispatch) {
this.dispatch = dispatch
this.renderComponent()
}
render () {

Loading…
Cancel
Save