Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit fc6f170

Browse files
authored
Update angular-tooltips.js
closes #194
1 parent ff2af40 commit fc6f170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/angular-tooltips.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202

203203
var tooltipConfiguration = {
204204
'side': 'top',
205-
'showTrigger': 'mouseover',
205+
'showTrigger': 'mouseenter',
206206
'hideTrigger': 'mouseleave',
207207
'class': '',
208208
'smart': false,

0 commit comments

Comments
 (0)