mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-01 17:24:43 +00:00
Tooltip: simplify popper check
This commit is contained in:
parent
9b9372e8dd
commit
1f7b83203d
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class Tooltip extends BaseComponent {
|
|||
}
|
||||
|
||||
update() {
|
||||
if (this._popper !== null) {
|
||||
if (this._popper) {
|
||||
this._popper.update()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue