mirror of https://github.com/zulip/zulip.git
Disable hotkeys when preparing a huddle after clicking on a username.
(imported from commit a27ed2734dc3e8ca1a9a1aba8f672c10a6a6fb92)
This commit is contained in:
parent
036d25b6bd
commit
160744788a
|
@ -28,6 +28,9 @@ function register_huddle_onclick(zephyr_row, sender) {
|
||||||
// onclick handler. We don't want to trigger the messagebox
|
// onclick handler. We don't want to trigger the messagebox
|
||||||
// handler.
|
// handler.
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
||||||
|
// switch to the replybox hotkey handler
|
||||||
|
keydown_handler = process_key_in_input;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue