]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix on #35679 (#36668)
authorLouis-Maxime Piton <louismaxime.piton@orange.com>
Mon, 11 Jul 2022 23:29:30 +0000 (01:29 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 23:29:30 +0000 (16:29 -0700)
* Fix

* .

js/src/tooltip.js

index f8d97f2408b5db8e81dcc86c3e81af8e59de0308..40158c4d6466cade0fc57018a46fd84634e91bbb 100644 (file)
@@ -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()
     }