From 0f8b4ef53eaa0a7ca4124edc27df12db1c9ab488 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Sat, 21 Jan 2023 03:08:10 +0100 Subject: [PATCH] cleanup app.js and other files --- apps/remix-ide/src/app.js | 1 - libs/remix-ui/workspace/src/lib/types/index.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index d12604ce5e..a90e94683b 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -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', diff --git a/libs/remix-ui/workspace/src/lib/types/index.ts b/libs/remix-ui/workspace/src/lib/types/index.ts index 62fda7d719..88a000e655 100644 --- a/libs/remix-ui/workspace/src/lib/types/index.ts +++ b/libs/remix-ui/workspace/src/lib/types/index.ts @@ -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 },