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 (_) {