Skip to content

Commit

Permalink
Fix for onboarding tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Mar 16, 2019
1 parent d27761d commit 21a4e73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ export class OnboardingTooltipComponent extends StatefulComponent implements OnD
public hideThis() {
this.onboardingService.disable(this.helpId);

this.unsubscribeAll();
this.ngOnDestroy();
}

public hideAll() {
this.onboardingService.disableAll();

this.unsubscribeAll();
this.ngOnDestroy();
}
}

0 comments on commit 21a4e73

Please sign in to comment.