Skip to content

Commit

Permalink
Merge pull request #2296 from ethereum/LianaHus-patch-4
Browse files Browse the repository at this point in the history
compile on compilerchange
  • Loading branch information
yann300 authored Aug 29, 2019
2 parents 99db93c + ef811af commit f3cc772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/tabs/compileTab/compilerContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit f3cc772

Please sign in to comment.