0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00
* Fix

* .
This commit is contained in:
Louis-Maxime Piton 2022-07-12 01:29:30 +02:00 committed by GitHub
parent 62b3d3cc68
commit ed2690608e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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()
}