activate filepanel

pull/1857/head
filip mertens 3 years ago
parent 39fe9bd202
commit e1a5eca12f
  1. 3
      apps/remix-ide/src/framingService.js

@ -1,6 +1,5 @@
export class FramingService {
constructor (sidePanel, verticalIcons, mainView, resizeFeature) {
this.sidePanel = sidePanel
constructor (verticalIcons, layout) {
this.verticalIcons = verticalIcons
this.mainPanel = mainView.getAppPanel()
this.mainView = mainView

Loading…
Cancel
Save