From fdae71b13267333189f3d16d23056e06dcc640a9 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Mon, 27 May 2024 16:33:01 -0500 Subject: [PATCH] Scroll to selected items --- src/components/Item.vue | 70 +++++++++++++++++++++++++++++++++++------ 1 file changed, 61 insertions(+), 9 deletions(-) diff --git a/src/components/Item.vue b/src/components/Item.vue index 5cb88f0..637c7a6 100644 --- a/src/components/Item.vue +++ b/src/components/Item.vue @@ -1,26 +1,49 @@