Skip to content

Commit

Permalink
fix(module:tabs): fix selected index not updated (#4094)
Browse files Browse the repository at this point in the history
close #3873
  • Loading branch information
Wendell authored Sep 2, 2019
1 parent a24c482 commit 1e76e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tabs/nz-tabset.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ export class NzTabSetComponent
)
.subscribe(() => {
this.updateRouterActive();
this.cdr.markForCheck();
});
}
}
Expand Down

0 comments on commit 1e76e37

Please sign in to comment.