We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d3438 commit 9894563Copy full SHA for 9894563
index.js
@@ -324,7 +324,7 @@
324
}
325
326
// if points out difference, force update once again.
327
- if (calcStart !== zone.start || this.alter) {
+ if (calcStart !== zone.start || delta.end !== zone.end || this.alter) {
328
this.alter = ''
329
delta.end = zone.end
330
delta.start = zone.start
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-virtual-scroll-list",
3
- "version": "1.1.7",
+ "version": "1.1.8",
4
"description": "A vue (2.x) component that support big data and infinite loading by using virtual scroll list.",
5
"main": "index.js",
6
"files": [
0 commit comments