Update app.js

pull/5370/head
yann300 3 years ago committed by GitHub
parent a2c322d898
commit dc0f5fa57b
  1. 2
      apps/remix-ide/src/app.js

@ -338,7 +338,7 @@ 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'])
await this.appManager.activatePlugin(['scriptRunner'])
this.appManager.activatePlugin(['scriptRunner']) // don't await to not slowdown the loading.
this.appManager.on(
'filePanel',

Loading…
Cancel
Save