Unpin existing icon

pull/4831/head
ioedeveloper 5 months ago committed by Aniket
parent 33d0715f86
commit 63b553ff11
  1. 2
      apps/remix-ide/src/app/components/vertical-icons.tsx

@ -92,7 +92,7 @@ export class VerticalIcons extends Plugin {
}) })
this.on('pinnedPanel', 'unPinnedPlugin', (profile) => { this.on('pinnedPanel', 'unPinnedPlugin', (profile) => {
this.icons[profile.name].pinned = false if (this.icons[profile.name]) this.icons[profile.name].pinned = false
this.renderComponent() this.renderComponent()
}) })
} }

Loading…
Cancel
Save