Fixed deactivation bug for pinned plugin

pull/4798/head
ioedeveloper 6 months ago
parent b41d70f3e3
commit 05ecb1f512
  1. 1
      apps/remix-ide/src/app/components/pinned-panel.tsx

@ -29,6 +29,7 @@ export class PinnedPanel extends AbstractPanel {
if (this.plugins[name] && this.plugins[name].active) {
this.emit('unPinnedPlugin', name)
this.events.emit('unPinnedPlugin', name)
super.remove(name)
}
})
}

Loading…
Cancel
Save