mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Tooltip: simplify popper check
This commit is contained in:
parent
9b9372e8dd
commit
1f7b83203d
@ -314,7 +314,7 @@ class Tooltip extends BaseComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
update() {
|
update() {
|
||||||
if (this._popper !== null) {
|
if (this._popper) {
|
||||||
this._popper.update()
|
this._popper.update()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user