diff --git a/src/composables/useVirtualScrolling.js b/src/composables/useVirtualScrolling.js index 1bcd2f454..22ec6a24b 100644 --- a/src/composables/useVirtualScrolling.js +++ b/src/composables/useVirtualScrolling.js @@ -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()