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:
+1
-1
@@ -314,7 +314,7 @@ class Tooltip extends BaseComponent {
|
||||
}
|
||||
|
||||
update() {
|
||||
if (this._popper !== null) {
|
||||
if (this._popper) {
|
||||
this._popper.update()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user