diff --git a/web/app/components/workflow/nodes/_base/components/editor/base.tsx b/web/app/components/workflow/nodes/_base/components/editor/base.tsx index 4f058ca6ea..2f493b4c17 100644 --- a/web/app/components/workflow/nodes/_base/components/editor/base.tsx +++ b/web/app/components/workflow/nodes/_base/components/editor/base.tsx @@ -52,7 +52,10 @@ const Base: FC = ({
{title}
-
e.stopPropagation()}> +
{ + e.nativeEvent.stopImmediatePropagation() + e.stopPropagation() + }}> {headerRight} {!isCopied ? (