cleanup
This commit is contained in:
parent
7753a94a2f
commit
f0bbb6d277
1 changed files with 0 additions and 1 deletions
|
|
@ -136,7 +136,6 @@ export function useVirtualScrolling(conversation, body, anchorStatus) {
|
|||
|
||||
const diff = newOffset - oldOffset // Positive = down, Negative = up
|
||||
|
||||
console.log(diff, oldElement, newOffset)
|
||||
topScrollBoundary.value += diff
|
||||
bottomScrollBoundary.value += diff
|
||||
await nextTick()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue