Unverified Commit f3cc7729 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2296 from ethereum/LianaHus-patch-4

compile on compilerchange
parents 99db93c8 ef811af0
...@@ -84,6 +84,7 @@ class CompilerContainer { ...@@ -84,6 +84,7 @@ class CompilerContainer {
if (!this._view.compileIcon) return if (!this._view.compileIcon) return
this._view.compileIcon.setAttribute('title', '') this._view.compileIcon.setAttribute('title', '')
this._view.compileIcon.classList.remove(`${css.spinningIcon}`) this._view.compileIcon.classList.remove(`${css.spinningIcon}`)
if (this.data.autoCompile) this.compileIfAutoCompileOn()
}) })
this.compileTabLogic.compiler.event.register('compilationFinished', (success, data, source) => { this.compileTabLogic.compiler.event.register('compilationFinished', (success, data, source) => {
......
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