pierrejeambrun opened a new issue, #53085: URL: https://github.com/apache/airflow/issues/53085
### Body Currently when we clear a TI and add the node, we invalidate the query cache correctly. On the other hand in the `TaskInstance/Header.tsx` component we use a `note` state to handle the input. This state is not refreshed when the TI is refreshed from new cache value and keeps reference to the old value. Expected behavior: We should still be able to edit the node with the `EditableMarkdownArea`, but if the input is not dirty (no typing made) then if the TI change it should be reflected in the displayed value. ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
