Skip to content

Commit 5219659

Browse files
committed
Strict null fixes
1 parent 9d66737 commit 5219659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export class BreadcrumbsControl {
196196
this.domNode.remove();
197197
}
198198

199-
layout(dim: dom.Dimension): void {
199+
layout(dim: dom.Dimension | undefined): void {
200200
this._widget.layout(dim);
201201
}
202202

0 commit comments

Comments
 (0)