Skip to content

Commit

Permalink
fix(tooltip): uncommented line that was commented for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekMencke committed Feb 27, 2024
1 parent a0cd147 commit 595f870
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class TooltipComponent implements OnInit, AfterViewInit, OnDestroy {
}

@HostListener('mouseleave') onMouseLeave() {
// this.mousePresent$.next(false);
this.mousePresent$.next(false);
}

@HostListener('document:touchend', ['$event.target']) onDocumentTouchend(target: HTMLElement) {
Expand Down

0 comments on commit 595f870

Please sign in to comment.