diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index a144a1a021..e3111b6383 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -366,12 +366,10 @@ class CompileTab extends CompilerApi { render () { if (this._view.el) return this._view.el this.listenToEvents() - this.compilerContainer.activate() - this._view.errorContainer = yo`
` this._view.contractSelection = this.contractSelection() this._view.compilerContainer = this.compilerContainer.render() - + this.compilerContainer.activate() this._view.el = yo`