Commit 1c7e1b21 authored by Liana Husikyan's avatar Liana Husikyan Committed by Liana Husikyan

fixed autocompile

parent 862d7285
...@@ -78,7 +78,7 @@ class CompilerContainer { ...@@ -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
}) })
......
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