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