mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
fix: search click blur
This commit is contained in:
@ -188,7 +188,9 @@ const ToolPicker: FC<Props> = ({
|
||||
e.preventDefault()
|
||||
}}
|
||||
>
|
||||
<div className="p-2 pb-1">
|
||||
<div
|
||||
className="p-2 pb-1"
|
||||
>
|
||||
<SearchBox
|
||||
search={searchText}
|
||||
onSearchChange={setSearchText}
|
||||
|
||||
Reference in New Issue
Block a user