File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/igniteui-angular/src/lib/services/overlay Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1379,7 +1379,7 @@ describe('igxOverlay', () => {
13791379 overlayInstance . detach ( firstCallId ) ;
13801380 } ) ) ;
13811381
1382- fit ( '#15228 - Should use provided in show overlay settings ' , fakeAsync ( ( ) => {
1382+ it ( '#15228 - Should use provided in show overlay settings ' , fakeAsync ( ( ) => {
13831383 const fixture = TestBed . createComponent ( SimpleRefComponent ) ;
13841384 fixture . detectChanges ( ) ;
13851385 const overlayInstance = fixture . componentInstance . overlay ;
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ export class IgxOverlayService implements OnDestroy {
416416 return ;
417417 }
418418 if ( settings ) {
419- // TODO: update attach
419+ info . settings = settings ;
420420 }
421421 this . updateSize ( info ) ;
422422 info . settings . positionStrategy . position (
You can’t perform that action at this time.
0 commit comments