fix delete fail and add mynav ad

This commit is contained in:
qcrao
2025-01-21 16:47:57 +08:00
parent 4c195b945b
commit a2f8abcb7b
4 changed files with 123 additions and 50 deletions

View File

@@ -64,7 +64,7 @@ async function deleteConversation(checkbox) {
// Look for hoverable element within the conversation element
const hoverableDiv = conversationElement.querySelector(
"div.can-hover\\:group-hover\\:flex"
"div.can-hover\\:group-hover\\:visible"
);
if (!hoverableDiv) {
console.log("Skipping conversation - no hoverable element found");