Merge pull request #780 from ethereum/VIPFocus

focus on File explorers on deactivate from vertical icons panel
pull/806/head
yann300 4 years ago committed by GitHub
commit b1ca8d7f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/remix-ide/src/app/components/vertical-icons.js

@ -229,6 +229,9 @@ 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 = {}

Loading…
Cancel
Save