Skip to content

Commit 1e4df06

Browse files
committed
refactor(material/autocomplete): autocomplete panel top cut off in mobile landscape mode
Removing unnecessary comments. Fixes: b/284148377
1 parent afd93f0 commit 1e4df06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/autocomplete/autocomplete-trigger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ export class MatAutocompleteTrigger
240240
private _viewContainerRef: ViewContainerRef,
241241
private _zone: NgZone,
242242
private _changeDetectorRef: ChangeDetectorRef,
243-
/** Subscription to viewport orientation changes. */
244243
private _breakpointObserver: BreakpointObserver,
245244
@Inject(MAT_AUTOCOMPLETE_SCROLL_STRATEGY) scrollStrategy: any,
246245
@Optional() private _dir: Directionality | null,

0 commit comments

Comments
 (0)