From 84c47dc4d08f797640d05422ab691ea053ef3ed1 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 15 May 2019 15:13:51 +0200 Subject: [PATCH] fix file selection --- src/app/tabs/compile-tab.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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`
${this._view.compilerContainer}