We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8400b9a commit 9776166Copy full SHA for 9776166
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
# Changelog
3
4
+## Version 1.1.13
5
+
6
+- Fix reply button selector to support Gmail in text labels mode
7
8
## Version 1.1.12
9
10
- Use MutationObserver for DOM Node changes. Thanks @cancan101!
src/gmail.js
@@ -4455,7 +4455,7 @@ var Gmail = function(localJQuery) {
4455
attachments: "div.hq.gt div.aQH span.aZo",
4456
4457
// buttons
4458
- reply_button: "div[role=button].aaq",
+ reply_button: "div[role=button].aaq, div[role=button].bsQ",
4459
menu_button: "div[role=button].aap",
4460
details_button: "div[role=button].ajz"
4461
};
0 commit comments