Skip to content

Commit

Permalink
Fixed #673
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Aug 2, 2016
1 parent 5a8958d commit 71a27ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tooltip/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class Tooltip implements OnDestroy {
}
}

@HostListener('mouseout', ['$event'])
@HostListener('mouseleave', ['$event'])
onMouseLeave(e) {
if(this.tooltipEvent === 'hover') {
this.hide();
Expand Down

0 comments on commit 71a27ed

Please sign in to comment.