diff --git a/src/managers/default/index.js b/src/managers/default/index.js index a1ee60d..48b0bfc 100644 --- a/src/managers/default/index.js +++ b/src/managers/default/index.js @@ -644,6 +644,7 @@ class DefaultViewManager { } currentLocation(){ + this.updateLayout(); if (this.isPaginated && this.settings.axis === "horizontal") { this.location = this.paginatedLocation(); } else {