This commit is contained in:
João Moreno 2024-04-23 22:06:31 +02:00 committed by GitHub
parent 1232a7040d
commit ecf68e69fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,7 @@ export class SidebarPart extends AbstractPaneCompositePart {
readonly maximumWidth: number = Number.POSITIVE_INFINITY;
readonly minimumHeight: number = 0;
readonly maximumHeight: number = Number.POSITIVE_INFINITY;
override get snap(): boolean { return true; }
readonly priority: LayoutPriority = LayoutPriority.Low;