Unverified Commit 411a5e6a authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

remove check before compile.

will be added in new PR
parent 4aa56918
......@@ -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 (_) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment