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

@@ -709,7 +709,7 @@ export function initialize() {
}
// The dropdown menu needs to process clicks to open and close.
if ($target.parents("#compose_recipient_selection_dropdown").length > 0) {
if ($target.parents("#compose_select_recipient_widget_wrapper").length > 0) {
return;
}