Commit 53f5a8d5 authored by yann300's avatar yann300

don't remove warning when tab changes

parent 63f7e029
...@@ -109,7 +109,6 @@ class CompileTab extends CompilerApi { ...@@ -109,7 +109,6 @@ class CompileTab extends CompilerApi {
}) })
const cleanupErrors = () => { const cleanupErrors = () => {
this._view.errorContainer.innerHTML = ''
this.events.emit('statusChanged', {key: 'none'}) this.events.emit('statusChanged', {key: 'none'})
} }
......
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