Skip to content

Commit bb6b976

Browse files
committed
added id in selector to target it better in localized versions
Signed-off-by: Vedansh Saini <[email protected]>
1 parent d16754f commit bb6b976

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: '#compose-subject-input, input[placeholder="Subject"]',
38+
subject: '#compose-subject-input, input[placeholder="Subject"][id="compose-subject-input"]',
3939
},
4040
eventTypes: {
4141
contentChange: 'input',

0 commit comments

Comments
 (0)