Skip to content

Commit e7ab775

Browse files
MKirovaMayaKirova
authored andcommitted
chore(*): Change check based on review.
1 parent cf7f62b commit e7ab775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/tabs/tabs.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export class IgxTabsComponent implements IgxTabsBase, AfterViewInit, OnDestroy {
351351
if (this._groupChanges$) {
352352
this._groupChanges$.unsubscribe();
353353
}
354-
if (this.platformUtil.isBrowser) {
354+
if (this._resizeObserver) {
355355
this._ngZone.runOutsideAngular(() => {
356356
this._resizeObserver.disconnect();
357357
});

0 commit comments

Comments
 (0)