panel resize

pull/1857/head
bunsenstraat 3 years ago
parent a4275c8366
commit d598bdcad0
  1. 2
      apps/remix-ide/src/app/panels/layout.ts

@ -40,7 +40,7 @@ export class Layout extends Plugin {
this.event.emit('change', null)
})
this.on('tabs', 'switchApp', (name: string) => {
this.call('mainPanel', 'showContent', name)
this.call('mainPanel', 'showCotent', name)
this.panels.editor.active = false
this.panels.main.active = true
this.event.emit('change', null)

Loading…
Cancel
Save