mirror of https://github.com/langgenius/dify.git
feat: add circular scrolling to GotoAnything command menu (#25662)
This commit is contained in:
parent
188eb838c5
commit
9e7328abfb
|
|
@ -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…
Reference in New Issue