Fix: Adjusted selector to correctly target conversation items
This commit is contained in:
@@ -7,8 +7,7 @@ if (typeof window.globalsLoaded === "undefined") {
|
|||||||
conversationsCheckbox: ".conversation-checkbox:checked",
|
conversationsCheckbox: ".conversation-checkbox:checked",
|
||||||
confirmDeleteButton: "button.btn.btn-danger",
|
confirmDeleteButton: "button.btn.btn-danger",
|
||||||
threeDotButton: '[id^="radix-"]',
|
threeDotButton: '[id^="radix-"]',
|
||||||
CONVERSATION_SELECTOR:
|
CONVERSATION_SELECTOR: "div.relative > ol > li > div > a",
|
||||||
"div > div > div > div > div > div > nav > div > div > div > div > ol > li > div > a",
|
|
||||||
TITLE_SELECTOR: ".relative.grow.overflow-hidden.whitespace-nowrap",
|
TITLE_SELECTOR: ".relative.grow.overflow-hidden.whitespace-nowrap",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user