diff --git a/static/js/hotkey.js b/static/js/hotkey.js index 1360b3d0ea..c206c99471 100644 --- a/static/js/hotkey.js +++ b/static/js/hotkey.js @@ -269,6 +269,10 @@ exports.process_enter_key = function (e) { return false; } + if (exports.is_subs) { + return false; + } + if (exports.processing_text()) { if (activity.searching()) { activity.blur_search();