|
|
|
@ -191,7 +191,7 @@ class App { |
|
|
|
|
self._view.swappanel.style.left = self._view.iconpanel.clientWidth + 'px' |
|
|
|
|
self._view.mainpanel.style.left = (self._view.iconpanel.clientWidth + self._view.swappanel.clientWidth) + 'px' |
|
|
|
|
|
|
|
|
|
let resizeFeature = new PanelsResize('#swap-panel', '#editor-container', { 'minWidth': 300 }) |
|
|
|
|
let resizeFeature = new PanelsResize('#swap-panel', '#editor-container', { 'minWidth': 300 }) // eslint-disable-line
|
|
|
|
|
run.apply(self) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -467,8 +467,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org |
|
|
|
|
|
|
|
|
|
const swapPanelComponent = new SwapPanelComponent() |
|
|
|
|
const verticalIconComponent = new VerticalIconsComponent() |
|
|
|
|
const swapPanelApi = new SwapPanelApi(swapPanelComponent, verticalIconComponent, appManager) |
|
|
|
|
const verticalIconsApi = new VerticalIconsApi(verticalIconComponent, appManager) |
|
|
|
|
const swapPanelApi = new SwapPanelApi(swapPanelComponent, verticalIconComponent, appManager) // eslint-disable-line
|
|
|
|
|
const verticalIconsApi = new VerticalIconsApi(verticalIconComponent, appManager) // eslint-disable-line
|
|
|
|
|
|
|
|
|
|
self._components.editorpanel.init() |
|
|
|
|
self._components.fileManager.init() |
|
|
|
|