activate recorder plugin

pull/2545/head^2
yann300 3 years ago committed by Aniket
parent 286f15ecde
commit 62daee915a
  1. 5
      apps/remix-ide/src/app.js

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

Loading…
Cancel
Save