ashb commented on a change in pull request #12351:
URL: https://github.com/apache/airflow/pull/12351#discussion_r523252218
##########
File path: airflow/www/static/js/base.js
##########
@@ -162,13 +162,6 @@ function initializeUITimezone() {
changDisplayedTimezone($(evt.target).data('timezone'));
});
- $('#timezone-dropdown').on('hide.bs.dropdown', (evt) => {
- if (document.activeElement.id === 'timezone-other') {
- // Don't let the dropdown close if the input is active
- evt.preventDefault();
Review comment:
Hooray! This was horrible (and not fool proof either)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]