rm settings

editorcontextDummy
filip mertens 3 years ago
parent 634f3b3e0d
commit 586c21366b
  1. 4
      apps/remix-ide/src/app/tabs/compile-tab.js

@ -98,10 +98,10 @@ class CompileTab extends CompilerApiMixin(ViewPlugin) { // implements ICompilerA
this.call('notification', 'toast', compilerConfigChangedToastMsg(this.currentRequest.from, value))
}
compile (fileName, settings = {}) {
compile (fileName) {
if(this.currentRequest.from !== 'contextualListener')
this.call('notification', 'toast', compileToastMsg(this.currentRequest.from, fileName))
super.compile(fileName, settings)
super.compile(fileName)
}
compileFile (event) {

Loading…
Cancel
Save