Update app.js

pull/5370/head
yann300 3 years ago
parent ba5a75bead
commit f93888c67c
  1. 2
      apps/remix-ide/src/app.js

@ -333,7 +333,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'])
this.appManager.activatePlugin(['scriptRunner']) // no await here so we don't slow down loading the page.
await this.appManager.activatePlugin(['scriptRunner'])
this.appManager.on(
'filePanel',

Loading…
Cancel
Save