fix: search click blur

This commit is contained in:
Joel
2026-01-23 10:57:39 +08:00
parent 8f75be52a1
commit 85cf995011
2 changed files with 5 additions and 3 deletions

View File

@ -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}