compile on compilerchange

pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent 99db93c8c8
commit ef811af042
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 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) => {

Loading…
Cancel
Save