From 1fc08c1973b30a1fc57a241a5bb68566cfc1d981 Mon Sep 17 00:00:00 2001 From: fat Date: Mon, 23 Dec 2013 22:57:39 -0800 Subject: fixes #10568 - kill hoverstate info once command has been executed --- js/tooltip.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/tooltip.js') diff --git a/js/tooltip.js b/js/tooltip.js index 38d06bc52..9dfb1ffa1 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -177,6 +177,7 @@ var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight) this.applyPlacement(calculatedOffset, placement) + this.hoverState = null this.$element.trigger('shown.bs.' + this.type) } } @@ -265,6 +266,7 @@ .emulateTransitionEnd(150) : complete() + this.hoverState = null this.$element.trigger('hidden.bs.' + this.type) return this -- cgit v1.2.3