Skip to content

Commit

Permalink
fix: unusing views after non-continuous scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 5, 2022
1 parent 40f58b3 commit 11488b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ export default {
const continuous = startIndex <= this.$_endIndex && endIndex >= this.$_startIndex
if (this.$_continuous !== continuous) {
if (continuous) {
if (!continuous) {
views.clear()
unusedViews.clear()
for (let i = 0, l = pool.length; i < l; i++) {
Expand Down

0 comments on commit 11488b7

Please # to comment.