guan404ming commented on code in PR #51943:
URL: https://github.com/apache/airflow/pull/51943#discussion_r2160401551
##########
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogContent.tsx:
##########
@@ -104,6 +147,9 @@ export const TaskLogContent = ({ error, isLoading,
logError, parsedLogs, wrap }:
))}
</VStack>
</Code>
+
+ <ScrollToButton direction="top" onClick={() => handleScrollTo("top")} />
+ <ScrollToButton direction="bottom" onClick={() =>
handleScrollTo("bottom")} />
Review Comment:
Thanks for the info. I update them only when the content overflows the
window, like in this example:
https://github.com/user-attachments/assets/fbec7b4b-8b4b-43aa-b5eb-f9c39ff12015
Please feel free to let me know if you're still seeing any issues. Also
welcome to share the Dag you're using for testing, or a screen recording if
that's easier. Happy to help troubleshoot further.
--
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]