浏览代码

feat: add circular scrolling to GotoAnything command menu (#25662)

tags/1.9.0
lyzno1 1 个月前
父节点
当前提交
9e7328abfb
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      web/app/components/goto-anything/index.tsx

+ 1
- 0
web/app/components/goto-anything/index.tsx 查看文件

@@ -284,6 +284,7 @@ const GotoAnything: FC<Props> = ({
value={cmdVal}
onValueChange={setCmdVal}
disablePointerSelection
loop
>
<div className='flex items-center gap-3 border-b border-divider-subtle bg-components-panel-bg-blur px-4 py-3'>
<RiSearchLine className='h-4 w-4 text-text-quaternary' />

正在加载...
取消
保存