Commit 5b9221a7 authored by yann300's avatar yann300

fix selecting default panel

parent 83d66768
...@@ -467,7 +467,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org ...@@ -467,7 +467,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
}) })
swapPanelApi.event.on('showing', () => { this._components.resizeFeature.panel1.clientWidth === 0 ? this._components.resizeFeature.maximise() : '' }) swapPanelApi.event.on('showing', () => { this._components.resizeFeature.panel1.clientWidth === 0 ? this._components.resizeFeature.maximise() : '' })
verticalIconComponent.select('FilePanel') verticalIconComponent.select('file explorers')
// The event listener needs to be registered as early as possible, because the // The event listener needs to be registered as early as possible, because the
// parent will send the message upon the "load" event. // parent will send the message upon the "load" event.
......
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