Tooltip: simplify popper check

This commit is contained in:
GeoSot 2021-11-28 14:18:59 +02:00 committed by XhmikosR
parent 9b9372e8dd
commit 1f7b83203d

View File

@ -314,7 +314,7 @@ class Tooltip extends BaseComponent {
} }
update() { update() {
if (this._popper !== null) { if (this._popper) {
this._popper.update() this._popper.update()
} }
} }