keep panel show after tool selecting

This commit is contained in:
JzoNg 2025-01-09 16:39:41 +08:00
parent 90b390346b
commit dfe69a9c13

View File

@ -119,7 +119,7 @@ const ToolSelector: FC<Props> = ({
}, },
} }
onSelect(toolValue) onSelect(toolValue)
setIsShowChooseTool(false) // setIsShowChooseTool(false)
} }
const handleDescriptionChange = (e: React.ChangeEvent<HTMLTextAreaElement>) => { const handleDescriptionChange = (e: React.ChangeEvent<HTMLTextAreaElement>) => {