Skip to content

Commit 63a6738

Browse files
author
emoralesb05
committed
fix(): remove unused piece of code
1 parent 56367e8 commit 63a6738

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cdk/overlay/overlay-directives.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ export class ConnectedOverlayDirective implements OnDestroy, OnChanges {
350350
this._position.withDirection(this.dir);
351351
this._overlayRef.getState().direction = this.dir;
352352
this._initEscapeListener();
353-
/** Update the overlay size, in case the directive's inputs have changed */
354-
this._configureSize(this._overlayRef.getState());
355353

356354
if (!this._overlayRef.hasAttached()) {
357355
this._overlayRef.attach(this._templatePortal);

0 commit comments

Comments
 (0)