From b9242c56127b2c453f136be8633f8deb1fa25fc0 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 8 Jul 2024 17:33:01 +0200 Subject: [PATCH] expand plugin view --- apps/remix-ide/src/app/components/vertical-icons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/components/vertical-icons.tsx b/apps/remix-ide/src/app/components/vertical-icons.tsx index eb5ea60863..3f71eabec3 100644 --- a/apps/remix-ide/src/app/components/vertical-icons.tsx +++ b/apps/remix-ide/src/app/components/vertical-icons.tsx @@ -16,7 +16,7 @@ const profile = { events: ['toggleContent', 'showContent'] } -const toMaximize = ['LearnEth'] +const toMaximize = ['LearnEth', 'udapp', 'debugger', 'solidityStaticAnalysis', 'solidityUnitTesting', 'cookbookdev'] export class VerticalIcons extends Plugin { events: EventEmitter