From 53f5a8d582f3055e389b034831af43dfea78d788 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 8 May 2019 15:43:11 +0200 Subject: [PATCH] don't remove warning when tab changes --- src/app/tabs/compile-tab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index 3677852430..733c5324c1 100644 --- a/src/app/tabs/compile-tab.js +++ b/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'}) }