From 9e7328abfbc51168a4449ba868bd19b36807b724 Mon Sep 17 00:00:00 2001 From: lyzno1 <92089059+lyzno1@users.noreply.github.com> Date: Sun, 14 Sep 2025 14:07:10 +0800 Subject: [PATCH] feat: add circular scrolling to GotoAnything command menu (#25662) --- web/app/components/goto-anything/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/goto-anything/index.tsx b/web/app/components/goto-anything/index.tsx index be1b2c5c7c..72cc56d232 100644 --- a/web/app/components/goto-anything/index.tsx +++ b/web/app/components/goto-anything/index.tsx @@ -284,6 +284,7 @@ const GotoAnything: FC = ({ value={cmdVal} onValueChange={setCmdVal} disablePointerSelection + loop >