focus on FE only if current is in focus`

pull/780/head
lianahus 4 years ago
parent 97d05d4aab
commit 5863f1d90e
  1. 2
      apps/remix-ide/src/app/components/vertical-icons.js

@ -229,9 +229,11 @@ export class VerticalIcons extends Plugin {
actions.Deactivate = () => {
// this.call('manager', 'deactivatePlugin', name)
this.appManager.deactivatePlugin(name)
if (e.target.parentElement.classList.contains('active')) {
this.select('fileExplorers')
}
}
}
const links = {}
if (documentation) {
links.Documentation = documentation

Loading…
Cancel
Save