Commit 84c47dc4 authored by yann300's avatar yann300

fix file selection

parent 6781c5ea
...@@ -366,12 +366,10 @@ class CompileTab extends CompilerApi { ...@@ -366,12 +366,10 @@ class CompileTab extends CompilerApi {
render () { render () {
if (this._view.el) return this._view.el if (this._view.el) return this._view.el
this.listenToEvents() this.listenToEvents()
this.compilerContainer.activate()
this._view.errorContainer = yo`<div class="${css.errorBlobs}"></div>` this._view.errorContainer = yo`<div class="${css.errorBlobs}"></div>`
this._view.contractSelection = this.contractSelection() this._view.contractSelection = this.contractSelection()
this._view.compilerContainer = this.compilerContainer.render() this._view.compilerContainer = this.compilerContainer.render()
this.compilerContainer.activate()
this._view.el = yo` this._view.el = yo`
<div id="compileTabView"> <div id="compileTabView">
${this._view.compilerContainer} ${this._view.compilerContainer}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment