mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
keep panel show after tool selecting
This commit is contained in:
@ -119,7 +119,7 @@ const ToolSelector: FC<Props> = ({
|
||||
},
|
||||
}
|
||||
onSelect(toolValue)
|
||||
setIsShowChooseTool(false)
|
||||
// setIsShowChooseTool(false)
|
||||
}
|
||||
|
||||
const handleDescriptionChange = (e: React.ChangeEvent<HTMLTextAreaElement>) => {
|
||||
|
||||
Reference in New Issue
Block a user