This commit is contained in:
Henry Jameson 2026-09-09 18:25:13 +03:00
commit f0bbb6d277

View file

@ -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()