don't remove warning when tab changes

pull/1/head
yann300 6 years ago
parent 63f7e02936
commit 53f5a8d582
  1. 1
      src/app/tabs/compile-tab.js

@ -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'})
} }

Loading…
Cancel
Save