Skip to content

Commit 0011846

Browse files
author
Guillaume Chau
committed
Merge remote-tracking branch 'origin/master'
2 parents 0143073 + 0301d44 commit 0011846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VirtualScroller.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default {
180180
const heights = this.heights
181181
let h
182182
let a = 0
183-
let b = l
183+
let b = l - 1
184184
let i = ~~(l / 2)
185185
let oldI
186186

0 commit comments

Comments
 (0)