mirror of https://github.com/zulip/zulip.git
Clicking on a zsender should populate the stream box, too.
(imported from commit d933053c9b081457cb523d90fee4daa0cc65fae1)
This commit is contained in:
parent
c9623ee370
commit
8fc22ab5b4
|
@ -1,5 +1,9 @@
|
|||
function register_huddle_onclick(zephyr_row, sender) {
|
||||
zephyr_row.find(".zephyr_sender").click(function (e) {
|
||||
select_zephyr_by_id(zephyr_row.attr('zid'));
|
||||
// populate the stream box
|
||||
respond_to_zephyr();
|
||||
// but we really want to be in huddle mode
|
||||
prepare_huddle(sender);
|
||||
// The sender span is inside the messagebox, which also has an
|
||||
// onclick handler. We don't want to trigger the messagebox
|
||||
|
|
Loading…
Reference in New Issue