Merge branch 'scriptrunnermain' of https://github.com/ethereum/remix-project into scriptrunnermain

pull/5652/head
bunsenstraat 1 month ago
commit c622d7917e
  1. 2
      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()
})

Loading…
Cancel
Save