remove check before compile.

will be added in new PR
pull/1/head
Liana Husikyan 6 years ago committed by GitHub
parent 4aa569184b
commit 411a5e6a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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 (_) {

Loading…
Cancel
Save