Skip to content

Commit 85e6329

Browse files
committed
Remove check zone in filter function, use forceRender instead.
1 parent ccc2e03 commit 85e6329

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,6 @@
369369
delta.paddingBottom = paddingBottom
370370
delta.offsetAll = allHeight - this.size * this.remain
371371

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-
379372
var targets = []
380373
for (var i = delta.start; i <= Math.ceil(delta.end); i++) {
381374
// create vnode, using custom attrs binder.

0 commit comments

Comments
 (0)