We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6898f1 + 4026baa commit b1ca8d7Copy full SHA for b1ca8d7
apps/remix-ide/src/app/components/vertical-icons.js
@@ -229,6 +229,9 @@ export class VerticalIcons extends Plugin {
229
actions.Deactivate = () => {
230
// this.call('manager', 'deactivatePlugin', name)
231
this.appManager.deactivatePlugin(name)
232
+ if (e.target.parentElement.classList.contains('active')) {
233
+ this.select('fileExplorers')
234
+ }
235
}
236
237
const links = {}
0 commit comments