From dfe69a9c13cbd1fc06183e829ca95e189aa8d3c8 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Thu, 9 Jan 2025 16:39:41 +0800 Subject: [PATCH] keep panel show after tool selecting --- .../plugins/plugin-detail-panel/tool-selector/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx b/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx index d00b65f16d..1be8498788 100644 --- a/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx +++ b/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx @@ -119,7 +119,7 @@ const ToolSelector: FC = ({ }, } onSelect(toolValue) - setIsShowChooseTool(false) + // setIsShowChooseTool(false) } const handleDescriptionChange = (e: React.ChangeEvent) => {