Skip to content

Commit

Permalink
Update tooltip.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hrigu authored Apr 15, 2021
1 parent c714438 commit 39f615c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/bootstrap/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@

var complete = function () {
var prevHoverState = that.hoverState
that.$element.trigger('shown.bs.' + that.type)
null!=that.$element && that.$element.trigger('shown.bs.' + that.type)
that.hoverState = null

if (prevHoverState == 'out') that.leave(that)
Expand Down

0 comments on commit 39f615c

Please sign in to comment.