mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
compose: Rename stream selection widget to "select_recipient".
Previously this dropdown was only for selecting streams, but soon it will also be for switching to a private message. This name helps it be clearer that the dropdown is more general purpose.
This commit is contained in:
@@ -695,7 +695,7 @@ export function initialize() {
|
||||
}
|
||||
|
||||
// The dropdown menu needs to process clicks to open and close.
|
||||
if ($target.parents("#compose_stream_selection_dropdown").length > 0) {
|
||||
if ($target.parents("#compose_recipient_selection_dropdown").length > 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user