Unverified Commit b1ca8d7f authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #780 from ethereum/VIPFocus

focus on File explorers on deactivate from vertical icons panel
parents c6898f1d 4026baa7
...@@ -229,6 +229,9 @@ export class VerticalIcons extends Plugin { ...@@ -229,6 +229,9 @@ export class VerticalIcons extends Plugin {
actions.Deactivate = () => { actions.Deactivate = () => {
// this.call('manager', 'deactivatePlugin', name) // this.call('manager', 'deactivatePlugin', name)
this.appManager.deactivatePlugin(name) this.appManager.deactivatePlugin(name)
if (e.target.parentElement.classList.contains('active')) {
this.select('fileExplorers')
}
} }
} }
const links = {} const links = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment