remove changes added by error

circom-desktop
ioedeveloper 1 month ago
parent c648271ee5
commit 72d574f30a
  1. 1
      apps/remix-ide/src/app/components/side-panel.tsx

@ -70,7 +70,6 @@ export class SidePanel extends AbstractPanel {
}
async pinView (profile) {
if (typeof profile === 'string') profile = this.plugins[profile]
await this.call('pinnedPanel', 'pinView', profile, this.plugins[profile.name].view)
if (this.plugins[profile.name].active) this.call('menuicons', 'select', 'filePanel')
super.remove(profile.name)

Loading…
Cancel
Save