fix: click files close

This commit is contained in:
Joel
2026-01-21 17:15:21 +08:00
parent 78c7be09f8
commit 1fcff5f8d1

View File

@ -286,6 +286,10 @@ const ComponentPicker = ({
<div
className="w-full"
role="presentation"
onMouseDown={(event) => {
event.preventDefault()
event.stopPropagation()
}}
>
<SegmentedControl
size="small"