Skip to content

Commit

Permalink
fix: refine main query box selector
Browse files Browse the repository at this point in the history
  • Loading branch information
pnd280 committed Oct 11, 2024
1 parent 3f612d6 commit 96aa759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/DomSelectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 96aa759

Please sign in to comment.