Skip to content

Commit d16754f

Browse files
committed
enhanced selectors of yahoo to take care of subject injection
Signed-off-by: Vedansh Saini <[email protected]>
1 parent 6b7a152 commit d16754f

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
@@ -35,7 +35,7 @@ class EmailClientAdapter {
3535
yahoo: {
3636
selectors: {
3737
body: '#editor-container [contenteditable="true"][role="textbox"]',
38-
subject: 'input[placeholder="Subject"][type="text"]',
38+
subject: '#compose-subject-input, input[placeholder="Subject"]',
3939
},
4040
eventTypes: {
4141
contentChange: 'input',

0 commit comments

Comments
 (0)