From ebbb3735ef477d12cd5f6f538d92456353a0e18f Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 1 Jul 2025 11:18:30 +0800 Subject: [PATCH] chore: handle tool name copy --- .../workflow/nodes/tool/components/copy-id.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/web/app/components/workflow/nodes/tool/components/copy-id.tsx b/web/app/components/workflow/nodes/tool/components/copy-id.tsx index 1381447f56..18cbc3d12a 100644 --- a/web/app/components/workflow/nodes/tool/components/copy-id.tsx +++ b/web/app/components/workflow/nodes/tool/components/copy-id.tsx @@ -26,7 +26,7 @@ const CopyFeedbackNew = ({ content }: Props) => { }, 100) return ( -
e.stopPropagation()}> +
e.stopPropagation()}> { } >
{content}
+ > +
{content}
+ +
-
) }