Skip to content

Commit

Permalink
fix(module:tabs): ink-bar does not render correctly in some cases (#6016
Browse files Browse the repository at this point in the history
)

close #6009, close #4802, close #3999
  • Loading branch information
hsuanxyz authored Nov 6, 2020
1 parent 79c52ea commit 8af418b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/tab-nav-bar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export class NzTabNavBarComponent implements OnInit, AfterViewInit, AfterContent
merge(this.nzResizeObserver.observe(this.navWarpRef), this.nzResizeObserver.observe(this.navListRef))
.pipe(takeUntil(this.destroy$), auditTime(16, RESIZE_SCHEDULER))
.subscribe(() => {
this.updateScrollListPosition();
realign();
});
merge(dirChange, resize, this.items.changes)
.pipe(takeUntil(this.destroy$))
Expand Down

0 comments on commit 8af418b

Please sign in to comment.