mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
views_util: Cut import of narrow.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e8ced3e74a
commit
63b4e74cea
@@ -305,6 +305,12 @@ function on_hidden_callback() {
|
||||
}
|
||||
}
|
||||
|
||||
export function handle_middle_pane_transition() {
|
||||
if (compose_state.composing) {
|
||||
update_narrow_to_recipient_visibility();
|
||||
}
|
||||
}
|
||||
|
||||
export function initialize() {
|
||||
new dropdown_widget.DropdownWidget({
|
||||
widget_name: "compose_select_recipient",
|
||||
|
||||
Reference in New Issue
Block a user