Skip to content

Commit

Permalink
fix: add reply button selector for text button labels mode (#738) (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
onestep authored Mar 4, 2024
1 parent 8400b9a commit 9776166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## Version 1.1.13

- Fix reply button selector to support Gmail in text labels mode

## Version 1.1.12

- Use MutationObserver for DOM Node changes. Thanks @cancan101!
Expand Down
2 changes: 1 addition & 1 deletion src/gmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -4455,7 +4455,7 @@ var Gmail = function(localJQuery) {
attachments: "div.hq.gt div.aQH span.aZo",

// buttons
reply_button: "div[role=button].aaq",
reply_button: "div[role=button].aaq, div[role=button].bsQ",
menu_button: "div[role=button].aap",
details_button: "div[role=button].ajz"
};
Expand Down

0 comments on commit 9776166

Please sign in to comment.