Skip to content

Commit

Permalink
fix show on focus when trigger is hoverfocus
Browse files Browse the repository at this point in the history
  • Loading branch information
HTMLGuyLLC committed Jul 9, 2019
1 parent 461cf09 commit 28c6743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jTippy.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
//document.activeElement isn't working to detect focus
hoverfocusFocusShow: function(){
helper.dom_wrapped.addClass('jt-focused');
helper.dom_wrapped.show();
helper.show();
},
//remove class on blur for hoverfocus
hoverfocusBlur: function(){
Expand Down
2 changes: 1 addition & 1 deletion jTippy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jtippy",
"version": "1.4.3",
"version": "1.4.4",
"description": "jQuery tooltip plugin",
"repository": {
"type": "git",
Expand Down

0 comments on commit 28c6743

Please sign in to comment.