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

compile on compilerchange
pull/1/head
yann300 5 years ago committed by GitHub
commit f3cc772951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/tabs/compileTab/compilerContainer.js

@ -84,6 +84,7 @@ class CompilerContainer {
if (!this._view.compileIcon) return
this._view.compileIcon.setAttribute('title', '')
this._view.compileIcon.classList.remove(`${css.spinningIcon}`)
if (this.data.autoCompile) this.compileIfAutoCompileOn()
})
this.compileTabLogic.compiler.event.register('compilationFinished', (success, data, source) => {

Loading…
Cancel
Save