Aw5812wip

This commit is contained in:
2024-02-01 16:01:11 +01:00
parent 253553c534
commit aa2f305b27
4 changed files with 7 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ export class SidePanelComponent implements OnChanges {
@Input() public collapsable: boolean;
@Input() public resizeable = false;
@Input() public left = false;
@Input() public extraWide = false;
@Input() public extrawide = false;
@Output() onResize: EventEmitter<number> = new EventEmitter<number>();
@ViewChild("resizeGrip") elementView: ElementRef;
public mobile = true;