activate filepanel

pull/5370/head
filip mertens 3 years ago
parent e73b1b6c47
commit 3a605e25e7
  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