2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

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
+1 -1
View File
@@ -314,7 +314,7 @@ class Tooltip extends BaseComponent {
}
update() {
if (this._popper !== null) {
if (this._popper) {
this._popper.update()
}
}