From f0bbb6d2776e5a891290528a611f7e07f12268a2 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 9 Sep 2026 18:25:13 +0300 Subject: [PATCH] cleanup --- src/composables/useVirtualScrolling.js | 1 - 1 file changed, 1 deletion(-) 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()