Unverified Commit ef811af0 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

compile on compilerchange

parent 99db93c8
...@@ -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