Skip to content

Commit ecf68e6

Browse files
authored
1 parent 1232a70 commit ecf68e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/browser/parts/sidebar/sidebarPart.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export class SidebarPart extends AbstractPaneCompositePart {
4343
readonly maximumWidth: number = Number.POSITIVE_INFINITY;
4444
readonly minimumHeight: number = 0;
4545
readonly maximumHeight: number = Number.POSITIVE_INFINITY;
46+
override get snap(): boolean { return true; }
4647

4748
readonly priority: LayoutPriority = LayoutPriority.Low;
4849

0 commit comments

Comments
 (0)