From 96aa75911b3f351d2eebe8b9b6e5826e03e4c3d2 Mon Sep 17 00:00:00 2001 From: "NGOCDG280\\ngocdg" Date: Fri, 11 Oct 2024 08:56:30 +0700 Subject: [PATCH] fix: refine main query box selector --- src/utils/DomSelectors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/DomSelectors.ts b/src/utils/DomSelectors.ts index 2883ff26..752c64f3 100644 --- a/src/utils/DomSelectors.ts +++ b/src/utils/DomSelectors.ts @@ -52,7 +52,7 @@ const DomSelectors = { }, QUERY_BOX: { TEXTAREA: { - MAIN: 'textarea[autocomplete][placeholder]:not([placeholder="Ask follow-up"])', + MAIN: 'textarea[autocomplete][placeholder]:not([placeholder="Ask follow-up"]):not([placeholder="New Thread"]):not([placeholder=""])', FOLLOW_UP: 'textarea[placeholder="Ask follow-up"]', COLLECTION: 'textarea[placeholder="New Thread"]', ARBITRARY: "textarea[placeholder]",