cleanup app.js and other files

pull/3321/head^2
Joseph Izang 2 years ago committed by Aniket
parent db80013dff
commit d0b5fa6387
  1. 1
      apps/remix-ide/src/app.js
  2. 2
      libs/remix-ui/workspace/src/lib/types/index.ts

@ -386,7 +386,6 @@ class AppComponent {
await this.appManager.activatePlugin(['hiddenPanel', 'pluginManager', 'codeParser', 'codeFormatter', 'fileDecorator', 'terminal', 'blockchain', 'fetchAndCompile', 'contentImport', 'gistHandler'])
await this.appManager.activatePlugin(['settings'])
await this.appManager.activatePlugin(['walkthrough', 'storage', 'search', 'compileAndRun', 'recorder'])
// await this.appManager.activatePlugin(['solidityumlgen'])
this.appManager.on(
'filePanel',

@ -79,7 +79,7 @@ export interface FilePanelType extends ViewPlugin {
export interface FileExplorerProps {
name: string,
menuItems?: string[],
plugin: any
plugin: FilePanelType
contextMenuItems: MenuItems,
removedContextMenuItems: MenuItems,
files: { [x: string]: Record<string, FileType> },

Loading…
Cancel
Save