Skip to content

Commit b7779c4

Browse files
author
Guillaume Chau
committed
Fix #41
1 parent fd98d0d commit b7779c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/VirtualScroller.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ export default {
292292
}
293293
294294
if (
295+
force ||
295296
this._startIndex !== startIndex ||
296297
this._endIndex !== endIndex ||
297298
this._offsetTop !== offsetTop ||

0 commit comments

Comments
 (0)