Skip to content

Commit fa14f6e

Browse files
committed
Update
1 parent a31f1c2 commit fa14f6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,10 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterat
427427

428428
if (this.item) {
429429
delta.total = this.itemcount;
430+
431+
if (delta.keeps > delta.total) {
432+
delta.end = delta.total - 1;
433+
}
430434
} else {
431435
if (!slots.length) {
432436
delta.start = 0;

0 commit comments

Comments
 (0)