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