Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2022-09-05 23:46:25 +0300
committerGeoSot <geo.sotis@gmail.com>2022-09-07 00:55:35 +0300
commitd0a11c3404236c11b69ed3584634646254b2f0b9 (patch)
tree8748970122c1d2de092b5d5f7140d0fd06e6e806
parentfd1dac93f8958518296b81357b0caefaeff86ddf (diff)
-rw-r--r--js/src/tooltip.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index 42eacdd49e..cb805dad84 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -251,6 +251,7 @@ class Tooltip extends BaseComponent {
if (this._isHovered === false) {
this._leave()
}
+
this._isHovered = false
}