scheduled_messages: Use specific name for `items_container_selector`.

This avoids selecting an element from hidden other elements having
the same class.
This commit is contained in:
Aman Agrawal 2024-09-30 04:28:43 +00:00 committed by Tim Abbott
parent e655a7b251
commit 3f1b78aab9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export const keyboard_handling_context = {
$focused_row.remove();
scheduled_messages.delete_scheduled_message(focused_element_id);
},
items_container_selector: "overlay-messages-container",
items_container_selector: "scheduled-messages-container",
items_list_selector: "overlay-messages-list",
row_item_selector: "scheduled-message-row",
box_item_selector: "overlay-message-info-box",