aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Maxime Piton <[email protected]>2022-07-12 01:29:30 +0200
committerGitHub <[email protected]>2022-07-11 16:29:30 -0700
commited2690608ec31fe557929de33bbb473ecdb0a03e (patch)
tree64178ca63ee7972cf9bfc979bcb7f9f537248c3e
parent62b3d3cc68b969c9328e127aea3cbbd1682aa0a4 (diff)
downloadbootstrap-ed2690608ec31fe557929de33bbb473ecdb0a03e.tar.xz
bootstrap-ed2690608ec31fe557929de33bbb473ecdb0a03e.zip
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 f8d97f240..40158c4d6 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()
}