From: Louis-Maxime Piton Date: Mon, 11 Jul 2022 23:29:30 +0000 (+0200) Subject: Fix on #35679 (#36668) X-Git-Tag: v5.2.0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed2690608ec31fe557929de33bbb473ecdb0a03e;p=thirdparty%2Fbootstrap.git Fix on #35679 (#36668) * Fix * . --- 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() }