mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-07 06:06:47 +02:00
committed by
GitHub
parent
62b3d3cc68
commit
ed2690608e
@@ -344,8 +344,6 @@ class Tooltip extends BaseComponent {
|
|||||||
setContent(content) {
|
setContent(content) {
|
||||||
this._newContent = content
|
this._newContent = content
|
||||||
if (this._isShown()) {
|
if (this._isShown()) {
|
||||||
this.tip.remove()
|
|
||||||
this.tip = null
|
|
||||||
this._disposePopper()
|
this._disposePopper()
|
||||||
this.show()
|
this.show()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user