activate recorder plugin

pull/5370/head
yann300 2 years ago committed by Aniket
parent c752085a17
commit 7afffd16f5
  1. 5
      apps/remix-ide/src/app.js

@ -321,7 +321,8 @@ class AppComponent {
filePanel.slitherHandle,
linkLibraries,
deployLibraries,
openZeppelinProxy
openZeppelinProxy,
run.recorder
])
this.layout.panels = {
@ -355,7 +356,7 @@ class AppComponent {
await this.appManager.activatePlugin(['settings', 'config'])
await this.appManager.activatePlugin(['hiddenPanel', 'pluginManager', 'contextualListener', 'terminal', 'blockchain', 'fetchAndCompile', 'contentImport', 'gistHandler'])
await this.appManager.activatePlugin(['settings'])
await this.appManager.activatePlugin(['walkthrough','storage', 'search','compileAndRun'])
await this.appManager.activatePlugin(['walkthrough','storage', 'search','compileAndRun', 'recorder'])
this.appManager.on(
'filePanel',

Loading…
Cancel
Save