gd-bs 6.9.3 → 6.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -130,7 +130,7 @@ var _Pagination = /** @class */ (function (_super) {
|
|
|
130
130
|
// See if we are rendering the default
|
|
131
131
|
if (_this._showDefault) {
|
|
132
132
|
// Click the item
|
|
133
|
-
(_a = _this._items[_this._activePage]) === null || _a === void 0 ? void 0 : _a.click();
|
|
133
|
+
(_a = _this._items[_this._activePage - 1]) === null || _a === void 0 ? void 0 : _a.click();
|
|
134
134
|
}
|
|
135
135
|
else {
|
|
136
136
|
// Render the active buttons
|