From 0011451c815f4b9bf025ddc6fbe28ddc98869134 Mon Sep 17 00:00:00 2001 From: Bryon Lewis Date: Tue, 2 Jun 2026 10:46:06 -0400 Subject: [PATCH] fix virtual scrolling --- client/src/components/Tracks/TrackList.vue | 13 +++++++++---- .../Tracks/bottombar/BottomBarTrackListView.vue | 4 ++-- .../Tracks/sidebar/SideBarTrackListView.vue | 4 ++-- client/src/use/useVirtualScrollTo.ts | 14 +++++++++++--- 4 files changed, 24 insertions(+), 11 deletions(-) diff --git a/client/src/components/Tracks/TrackList.vue b/client/src/components/Tracks/TrackList.vue index 38c12c029..10a5b8dad 100644 --- a/client/src/components/Tracks/TrackList.vue +++ b/client/src/components/Tracks/TrackList.vue @@ -1,5 +1,5 @@