File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ export class OverlayRef implements PortalHost {
56
56
this . _updateStackingOrder ( ) ;
57
57
this . updateSize ( ) ;
58
58
this . updateDirection ( ) ;
59
- this . updatePosition ( ) ;
60
59
61
60
if ( this . _config . scrollStrategy ) {
62
61
this . _config . scrollStrategy . enable ( ) ;
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export class ConnectedPositionStrategy implements PositionStrategy {
147
147
* allows one to re-align the panel without changing the orientation of the panel.
148
148
*/
149
149
recalculateLastPosition ( ) : void {
150
- // If the overlay had never been positioned before, do nothing.
150
+ // If the overlay has never been positioned before, do nothing.
151
151
if ( ! this . _lastConnectedPosition ) {
152
152
return ;
153
153
}
You can’t perform that action at this time.
0 commit comments