From 411a5e6a6b4f4b8682524e08a213ed227e7d0295 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Wed, 26 Jun 2019 09:47:10 +0200 Subject: [PATCH] remove check before compile. will be added in new PR --- src/app/tabs/compileTab/compilerContainer.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/tabs/compileTab/compilerContainer.js b/src/app/tabs/compileTab/compilerContainer.js index 9d8f29267e..de72ca54f0 100644 --- a/src/app/tabs/compileTab/compilerContainer.js +++ b/src/app/tabs/compileTab/compilerContainer.js @@ -248,9 +248,7 @@ class CompilerContainer { onchangeLanguage (event) { this.compileTabLogic.setLanguage(event.target.value) - if (this.config.get('currentFile') && this.config.get('autoCompile')) { - this.compile() - } + this.compile() } onchangeEvmVersion (_) {