Skip to content

Commit 3d8d499

Browse files
committed
fix: change outdated scheduleUpdate() to update()
1 parent ca8d2ba commit 3d8d499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class Tooltip {
377377

378378
update() {
379379
if (this._popper !== null) {
380-
this._popper.scheduleUpdate()
380+
this._popper.update()
381381
}
382382
}
383383

0 commit comments

Comments
 (0)