mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
Show the recipient bar when the compose box is open, as long as
it's on a message that isn't faded. Trac #1464 (imported from commit 7167ed0877d3885316b7d38af5f11ec5523d5f7d)
This commit is contained in:
@@ -88,7 +88,7 @@ exports.unfade_messages = function (clear_state) {
|
||||
if (clear_state === true) {
|
||||
focused_recipient = undefined;
|
||||
}
|
||||
ui.enable_floating_recipient_bar();
|
||||
ui.update_floating_recipient_bar();
|
||||
};
|
||||
|
||||
exports.update_faded_messages = function () {
|
||||
@@ -114,7 +114,7 @@ exports.update_faded_messages = function () {
|
||||
}
|
||||
}
|
||||
|
||||
ui.disable_floating_recipient_bar();
|
||||
ui.update_floating_recipient_bar();
|
||||
};
|
||||
|
||||
exports.update_recipient_on_narrow = function () {
|
||||
|
||||
Reference in New Issue
Block a user