bbovenzi commented on code in PR #50008:
URL: https://github.com/apache/airflow/pull/50008#discussion_r2069218228
##########
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:
Yea, I think its just good to keep it for consistency's sake
--
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]