Skip to content

Commit

Permalink
fix: view not unused if item no longer present, fix #774
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 14, 2022
1 parent 0b199d1 commit bd51403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export default {
// Check if index is still in visible range
if (
view.nr.index === -1 ||
view.nr.index == null ||
view.nr.index < startIndex ||
view.nr.index >= endIndex
) {
Expand Down

0 comments on commit bd51403

Please sign in to comment.