don't remove warning when tab changes

pull/3094/head
yann300 6 years ago
parent 1a9936f4ba
commit 5d8268734e
  1. 1
      src/app/tabs/compile-tab.js

@ -109,7 +109,6 @@ class CompileTab extends CompilerApi {
})
const cleanupErrors = () => {
this._view.errorContainer.innerHTML = ''
this.events.emit('statusChanged', {key: 'none'})
}

Loading…
Cancel
Save