Pin sidebar with a button

This commit is contained in:
Wojciech Adaszynski
2020-05-19 16:30:50 +02:00
parent 986b230016
commit 2aacf677e9
10 changed files with 274 additions and 47 deletions
-1
View File
@@ -110,7 +110,6 @@ class DevAppBuilder {
// Create a sidebar that exposes the touchpoints of a plugin
private setupSidebar(plugins: BackstagePlugin[]): JSX.Element {
const sidebarItems = new Array<JSX.Element>();
for (const plugin of plugins) {
for (const output of plugin.output()) {
switch (output.type) {