Add images for step 2

pull/5228/head
ioedeveloper 4 months ago committed by bunsenstraat
parent 4b11e9eb99
commit 1893333654
  1. 1
      apps/remix-ide/src/app/components/side-panel.tsx

@ -70,6 +70,7 @@ 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