mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
fix: click files close
This commit is contained in:
@ -286,6 +286,10 @@ const ComponentPicker = ({
|
||||
<div
|
||||
className="w-full"
|
||||
role="presentation"
|
||||
onMouseDown={(event) => {
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
}}
|
||||
>
|
||||
<SegmentedControl
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user