Skip to content

Commit 9776166

Browse files
authored
fix: add reply button selector for text button labels mode (KartikTalwar#738) (KartikTalwar#739)
1 parent 8400b9a commit 9776166

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Changelog
33

4+
## Version 1.1.13
5+
6+
- Fix reply button selector to support Gmail in text labels mode
7+
48
## Version 1.1.12
59

610
- Use MutationObserver for DOM Node changes. Thanks @cancan101!

src/gmail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4455,7 +4455,7 @@ var Gmail = function(localJQuery) {
44554455
attachments: "div.hq.gt div.aQH span.aZo",
44564456

44574457
// buttons
4458-
reply_button: "div[role=button].aaq",
4458+
reply_button: "div[role=button].aaq, div[role=button].bsQ",
44594459
menu_button: "div[role=button].aap",
44604460
details_button: "div[role=button].ajz"
44614461
};

0 commit comments

Comments
 (0)