tirkarthi commented on code in PR #50008:
URL: https://github.com/apache/airflow/pull/50008#discussion_r2069045510
##########
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/Logs.tsx:
##########
@@ -68,6 +69,9 @@ export const Logs = () => {
const toggleWrap = () => setWrap(!wrap);
const toggleFullscreen = () => setFullscreen(!fullscreen);
+ useHotkeys("w", toggleWrap);
Review Comment:
Good idea. I have added it in 8339a38309422812e0e2cf7e2c470a62f4345c3e . The
code tab part might be of less usage but still something users can use as
needed. Thanks.
--
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]