Update app.js

pull/5370/head
yann300 3 years ago committed by GitHub
parent 6458c4f59a
commit 67c23ed7bf
  1. 1
      apps/remix-ide/src/app.js

@ -338,7 +338,6 @@ class AppComponent {
await this.appManager.activatePlugin(['hiddenPanel', 'pluginManager', 'contextualListener', 'terminal', 'blockchain', 'fetchAndCompile', 'contentImport', 'gistHandler'])
await this.appManager.activatePlugin(['settings'])
await this.appManager.activatePlugin(['walkthrough','storage', 'search'])
this.appManager.activatePlugin(['scriptRunner']) // don't await to not slowdown the loading.
this.appManager.on(
'filePanel',

Loading…
Cancel
Save