dropdown_widget: Refactor to use Class.

This commit is contained in:
Aman Agrawal
2023-07-19 19:39:53 +05:30
committed by Tim Abbott
parent d91d6d1fd1
commit 6efcb7a349
28 changed files with 363 additions and 305 deletions

View File

@@ -225,7 +225,7 @@ export function start(msg_type, opts) {
}
const $stream_header_colorblock = $(
"#compose_recipient_selection_dropdown .stream_header_colorblock",
"#compose_select_recipient_widget_wrapper .stream_header_colorblock",
);
stream_bar.decorate(opts.stream, $stream_header_colorblock);