mirror of
https://github.com/open-webui/extension
synced 2025-06-26 18:25:58 +00:00
fix
This commit is contained in:
parent
6e1a34f07d
commit
bb7e7bc793
@ -54,6 +54,9 @@ export const SpotlightSearch = () => {
|
|||||||
<form
|
<form
|
||||||
className="tlwd-text-gray-200 tlwd-w-full tlwd-p-0 tlwd-m-0"
|
className="tlwd-text-gray-200 tlwd-w-full tlwd-p-0 tlwd-m-0"
|
||||||
onSubmit={submitHandler}
|
onSubmit={submitHandler}
|
||||||
|
onMouseDown={(e) => {
|
||||||
|
e.stopPropagation();
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<div className="tlwd-flex tlwd-items-center tlwd-gap-2 tlwd-w-full">
|
<div className="tlwd-flex tlwd-items-center tlwd-gap-2 tlwd-w-full">
|
||||||
<div className=" tlwd-flex tlwd-items-center">
|
<div className=" tlwd-flex tlwd-items-center">
|
||||||
|
Loading…
Reference in New Issue
Block a user