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 ccc2e03 commit 85e6329Copy full SHA for 85e6329
index.js
@@ -369,13 +369,6 @@
369
delta.paddingBottom = paddingBottom
370
delta.offsetAll = allHeight - this.size * this.remain
371
372
- // here we shoud try getZone to ensure start/end is right after new list. #88
373
- var zone = this.getZone(delta.start)
374
- if (zone.start !== delta.start || zone.end !== delta.end) {
375
- delta.end = zone.end
376
- delta.start = zone.start
377
- }
378
-
379
var targets = []
380
for (var i = delta.start; i <= Math.ceil(delta.end); i++) {
381
// create vnode, using custom attrs binder.
0 commit comments