bbovenzi commented on code in PR #50008:
URL: https://github.com/apache/airflow/pull/50008#discussion_r2068831893
##########
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:
We have wrap on the dag code and task log previews. Do we want to have this
hotkey adjust those too?
--
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]