Skip to content

Commit 9e4c26a

Browse files
committed
tweaked the selctors
Signed-off-by: Vedansh Saini <[email protected]>
1 parent 8d63c14 commit 9e4c26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/emailClientAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class EmailClientAdapter {
2626
body: 'div[role="textbox"][contenteditable="true"][aria-multiline="true"]',
2727
subject: [
2828
'input[aria-label="Subject"][type="text"]',
29-
'input[aria-label="Add a subject"][type="text"]',
29+
'input[aria-label="Add a subject"][type="text"][role="textbox"][aria-multiline="false"]',
3030
],
3131
},
3232
eventTypes: {

0 commit comments

Comments
 (0)