소스 검색

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

tags/1.9.0
lyzno1 1 개월 전
부모
커밋
9e7328abfb
No account linked to committer's email address
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' />

Loading…
취소
저장