@infinite-list/data-model
Advanced tools
Comparing version 0.1.1-recycle-alpha.0 to 0.1.1-recycle-alpha.2
{ | ||
"name": "@infinite-list/data-model", | ||
"version": "0.1.1-recycle-alpha.0", | ||
"version": "0.1.1-recycle-alpha.2", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist", |
@@ -937,3 +937,3 @@ import noop from '@x-oasis/noop'; | ||
if (visibleEndIndex >= 0 && scrolling) { | ||
if (visibleEndIndex >= 0) { | ||
for (let index = visibleStartIndex; index <= visibleEndIndex; index++) { | ||
@@ -992,3 +992,3 @@ const position = this.getPosition( | ||
// 滚动中 | ||
if (scrolling && recycleEnabled) { | ||
if (recycleEnabled) { | ||
spaceStateResult.push({ | ||
@@ -995,0 +995,0 @@ key: 'spacer', |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1530401
16545