Skip to content

Commit

Permalink
fix(module:tabs): fix selected index not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Sep 2, 2019
1 parent d0ebd46 commit 5324bce
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 5324bce

Please sign in to comment.