Commit 35a827f2 authored by yann300's avatar yann300

fix resizing

parent a76cb8e1
...@@ -453,7 +453,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org ...@@ -453,7 +453,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
swapPanelApi.event.on('toggle', () => { swapPanelApi.event.on('toggle', () => {
this._components.resizeFeature.panel1.clientWidth !== 0 ? this._components.resizeFeature.minimize() : this._components.resizeFeature.maximise() this._components.resizeFeature.panel1.clientWidth !== 0 ? this._components.resizeFeature.minimize() : this._components.resizeFeature.maximise()
}) })
swapPanelApi.event.on('showing', () => { this._components.resizeFeature.maximise() }) swapPanelApi.event.on('showing', () => { this._components.resizeFeature.panel1.clientWidth === 0 ? this._components.resizeFeature.maximise() : '' })
self._components.editorpanel.init() self._components.editorpanel.init()
self._components.fileManager.init() self._components.fileManager.init()
......
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