bbovenzi commented on code in PR #38782:
URL: https://github.com/apache/airflow/pull/38782#discussion_r1556047065


##########
airflow/www/static/js/dag/details/graph/DagNode.tsx:
##########
@@ -126,10 +125,6 @@ const DagNode = ({
           label={taskName}
           isOpen={isOpen}
           isGroup={!!childCount}
-          onClick={(e) => {
-            e.stopPropagation();

Review Comment:
   We need this for opening and closing task groups. But we can wrap it in an 
if statement `if (!!onToggleCollapse) {...` and have both function inside. 
Therefore, the onclick will propagate to selecting the task if it is not a task 
group



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to