jonhspyro commented on issue #37932:
URL: https://github.com/apache/airflow/issues/37932#issuecomment-2037576681

   Hi, I was looking through the code and I found this bit of code in the 
component TaskName in the file DagNode.tsx:
   
   ```
   onClick={(e) => {
     e.stopPropagation();
     onToggleCollapse();
   }}
   ```
             
             
   that when I comment just solves the issue, can you tell me if this bit of 
code does any specific task?
   
   
   Thank you for your help :))
         


-- 
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