Fix incorrect visible item count after `resetItems()`

pull/160/head
Glen Cheney 7 years ago
parent 03218eeb8c
commit a5543f16b2

2
dist/shuffle.js vendored

@ -2011,7 +2011,7 @@ var Shuffle = function (_TinyEmitter) {
});
// Lay out all items.
this.sort();
this.filter(this.lastFilter);
}
/**

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -982,7 +982,7 @@ class Shuffle extends TinyEmitter {
});
// Lay out all items.
this.sort();
this.filter(this.lastFilter);
}
/**

Loading…
Cancel
Save