bbovenzi commented on code in PR #30950:
URL: https://github.com/apache/airflow/pull/30950#discussion_r1205960778
##########
airflow/www/static/js/App.tsx:
##########
@@ -55,6 +56,8 @@ interface AppProps extends PropsWithChildren {
cache: EmotionCache;
}
+const isInputInFocus: IsInputInFocus = "isInputInFocus";
Review Comment:
Just exporting the string from the useKeysPress is fine.
--
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]