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:
authorLouis-Maxime Piton <louismaxime.piton@orange.com>2022-07-12 02:29:30 +0300
committerGitHub <noreply@github.com>2022-07-12 02:29:30 +0300
commited2690608ec31fe557929de33bbb473ecdb0a03e (patch)
tree64178ca63ee7972cf9bfc979bcb7f9f537248c3e
parent62b3d3cc68b969c9328e127aea3cbbd1682aa0a4 (diff)
Fix on #35679 (#36668)
* Fix * .
-rw-r--r--js/src/tooltip.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index f8d97f2408..40158c4d64 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -344,8 +344,6 @@ class Tooltip extends BaseComponent {
setContent(content) {
this._newContent = content
if (this._isShown()) {
- this.tip.remove()
- this.tip = null
this._disposePopper()
this.show()
}