fixed autocompile

pull/5370/head
Liana Husikyan 5 years ago committed by Liana Husikyan
parent 6aef2d73d1
commit 4c85873c09
  1. 2
      src/app/tabs/compileTab/compilerContainer.js

@ -78,7 +78,7 @@ class CompilerContainer {
this.editor.event.register('contentChanged', () => { this.editor.event.register('contentChanged', () => {
if (!this._view.compileIcon) return if (!this._view.compileIcon) return
this.scheduleCompilation.bind(this) this.scheduleCompilation()
this._view.compileIcon.classList.add(`${css.bouncingIcon}`) // @TODO: compileView tab this._view.compileIcon.classList.add(`${css.bouncingIcon}`) // @TODO: compileView tab
}) })

Loading…
Cancel
Save