From cdde4dc4aa6f3dc7d32625356a47c4458a0f11cd Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 1 Jul 2025 16:48:58 +0800 Subject: [PATCH] fix: copied move and not hide tooltip --- .../components/workflow/nodes/tool/components/copy-id.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 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 18cbc3d12a..3a633e1d2e 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()} onMouseLeave={onMouseLeave}> {
{content}
- +