Skip to content

Commit

Permalink
Allow focus tooltips to remain when a new one is opened
Browse files Browse the repository at this point in the history
  • Loading branch information
HTMLGuyLLC committed Jul 9, 2019
1 parent bbc1bfe commit c2b2604
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 @@ -242,7 +242,7 @@
hideAllVisible: function(){
$.each($.jTippy.visible, function(index, jTippy){
//if it's not a focus/hoverfocus tooltip with focus currently, hide it
if( !jTippy.dom_wrapped.hasClass('jt-focus') ){
if( !jTippy.dom_wrapped.hasClass('jt-focused') ){
jTippy.hide();
}
});
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.5",
"version": "1.4.6",
"description": "jQuery tooltip plugin",
"repository": {
"type": "git",
Expand Down

0 comments on commit c2b2604

Please sign in to comment.