From 74e88c26e8758445da93dca3184ea2657c566156 Mon Sep 17 00:00:00 2001 From: wvffle Date: Mon, 4 Jul 2022 00:06:38 +0000 Subject: [PATCH] Remove todo --- front/src/components/Queue.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index 4e4fda500..55739de92 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -34,8 +34,6 @@ const scrollToCurrent = async () => { }) } -// TODO (wvffle): Add useVirtualList to speed up the queue rendering and potentially resolve #1471 -// Each item has 49px height on desktop and 50.666px on tablet(?) and down onMounted(async () => { await nextTick() // NOTE: delay is to let transition work