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