File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/cdk-experimental/column-resize Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
1919 ViewContainerRef ,
2020 ChangeDetectorRef ,
2121 afterNextRender ,
22- runInInjectionContext
22+ runInInjectionContext ,
2323} from '@angular/core' ;
2424import { Directionality } from '@angular/cdk/bidi' ;
2525import { ComponentPortal } from '@angular/cdk/portal' ;
@@ -289,8 +289,8 @@ export abstract class Resizable<HandleComponent extends ResizeOverlayHandle>
289289 runInInjectionContext ( this . injector , ( ) => {
290290 afterNextRender ( {
291291 write : ( ) => {
292- this . overlayRef ! . updateSize ( { height : this . elementRef . nativeElement ! . offsetHeight } ) ;
293- }
292+ this . overlayRef ! . updateSize ( { height : this . elementRef . nativeElement ! . offsetHeight } ) ;
293+ } ,
294294 } ) ;
295295 } ) ;
296296 }
You can’t perform that action at this time.
0 commit comments