Skip to content

Commit

Permalink
fix: remove bottom and left panels from demo
Browse files Browse the repository at this point in the history
blidblid committed Mar 12, 2023
1 parent 69417f1 commit 8945a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/demo/src/lib/rx/layout-rx.ts
Original file line number Diff line number Diff line change
@@ -83,8 +83,8 @@ export class LayoutRx {
}

private changeDefaults(): void {
this.bottom.collapsed.next(true);
this.left.collapsed.next(true);
this.remove.bottom.next(true);
this.remove.left.next(true);
}

private createPanelInputs(slot: BergPanelSlot): {

0 comments on commit 8945a8a

Please sign in to comment.