adding 'other' location for tabs to hide it from vertical panel

pull/620/head
LianaHus 4 years ago committed by Liana Husikyan
parent a14b9109b7
commit 42494e037e
  1. 3
      apps/remix-ide/src/app/panels/tab-proxy.js

@ -14,7 +14,8 @@ const css = csjs`
const profile = {
name: 'tabs',
methods: ['focus']
methods: ['focus'],
kind: 'other'
}
// @todo(#650) Merge this with MainPanel into one plugin

Loading…
Cancel
Save