diff --git a/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx b/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx index 3c30291ced..bcb33fe74c 100644 --- a/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx +++ b/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx @@ -368,12 +368,12 @@ const ToolBlockComponent = ({ className={cn( 'hidden size-[14px]', needAuthorization ? 'text-text-warning' : 'text-text-accent', - isInteractive && 'group-hover:block', + isInteractive && 'group-hover/tool:block', )} /> ) const normalIcon = ( - + {iconNode} ) @@ -549,7 +549,7 @@ const ToolBlockComponent = ({