Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Jan 21, 2019
1 parent 6bfea7d commit ca0c05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tooltip/nz-tooltip.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class NzToolTipComponent implements OnChanges {

constructor(public cdr: ChangeDetectorRef) {}

ngOnChanges() {
ngOnChanges(): void {
Promise.resolve().then(() => {
this.updatePosition();
});
Expand Down

0 comments on commit ca0c05a

Please sign in to comment.