Skip to content

Commit

Permalink
fix(module:tooltip): fix accessing destroyed view
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Nov 13, 2019
1 parent 33b6f1c commit 4bee9f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/tooltip/base/nz-tooltip-base.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export abstract class NzTooltipBaseDirective implements OnChanges, OnInit, OnDes
this.$destroy.complete();

// Clear toggling timer. Issue #3875 #4317 #4386
this.hide();
this.clearTogglingTimer();
this.removeTriggerListeners();

Expand Down

0 comments on commit 4bee9f5

Please sign in to comment.