From 1426f8b0b5ea7f6394b5db12a4dcd23374c71a5d Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 16 Jan 2025 09:59:16 +0100 Subject: [PATCH] manager fix --- apps/remix-ide/src/app/components/plugin-manager-component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/components/plugin-manager-component.js b/apps/remix-ide/src/app/components/plugin-manager-component.js index e4471bbed2..0fba359315 100644 --- a/apps/remix-ide/src/app/components/plugin-manager-component.js +++ b/apps/remix-ide/src/app/components/plugin-manager-component.js @@ -136,7 +136,7 @@ export default class PluginManagerComponent extends ViewPlugin { } listenOnEvent () { - this.engine.event.on('onRegistration', () => this.renderComponent()) + this.engine.event.on('onRegistration', () => this.getAndFilterPlugins()) this.appManager.event.on('activate', () => { this.getAndFilterPlugins() })