diff options
| author | Louis-Maxime Piton <[email protected]> | 2022-07-12 01:29:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-11 16:29:30 -0700 |
| commit | ed2690608ec31fe557929de33bbb473ecdb0a03e (patch) | |
| tree | 64178ca63ee7972cf9bfc979bcb7f9f537248c3e /js | |
| parent | 62b3d3cc68b969c9328e127aea3cbbd1682aa0a4 (diff) | |
| download | bootstrap-ed2690608ec31fe557929de33bbb473ecdb0a03e.tar.xz bootstrap-ed2690608ec31fe557929de33bbb473ecdb0a03e.zip | |
Fix on #35679 (#36668)
* Fix
* .
Diffstat (limited to 'js')
| -rw-r--r-- | js/src/tooltip.js | 2 |
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() } |
