From a6334a923fa4fa0ad10aa2fe20d2d3b7ca8dd433 Mon Sep 17 00:00:00 2001 From: wvffle Date: Sat, 26 Nov 2022 11:05:49 +0000 Subject: [PATCH] Fix scrolling queue on open --- front/src/components/Queue.vue | 4 ++-- front/src/components/vui/list/VirtualList.vue | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index 17745a7f8..763058190 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -449,12 +449,12 @@ const coverType = useStorage('queue:cover-type', CoverType.COVER_ART) @visible="scrollToCurrent('auto')" @hidden="scrollLoop" > -