diff --git a/static/js/hotkey.js b/static/js/hotkey.js index 5989b615dd..1363c437d0 100644 --- a/static/js/hotkey.js +++ b/static/js/hotkey.js @@ -180,8 +180,8 @@ function process_hotkey(e) { } } - // Process hotkeys specially when in an input, textarea, or send button - if ($('input:focus,textarea:focus,#compose-send-button:focus').length > 0) { + // Process hotkeys specially when in an input, select, textarea, or send button + if ($('input:focus,select:focus,textarea:focus,#compose-send-button:focus').length > 0) { if (event_name === 'escape') { // If one of our typeaheads is open, do nothing so that the Esc // will go to close it