diff --git a/src/frontend/src/utils/reactflowUtils.ts b/src/frontend/src/utils/reactflowUtils.ts index 7818f3965..43279aa33 100644 --- a/src/frontend/src/utils/reactflowUtils.ts +++ b/src/frontend/src/utils/reactflowUtils.ts @@ -843,6 +843,7 @@ export function expandGroupNode( gNodes[nodeIndex].data.node.template[field].show = show; gNodes[nodeIndex].data.node.template[field].advanced = advanced; gNodes[nodeIndex].data.node.template[field].display_name = display_name; + gNodes[nodeIndex].selected=false; } });