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 b64ce59 commit 11d0391Copy full SHA for 11d0391
entrypoints/content/components/GmailTools/GmailReplyCard.vue
@@ -242,7 +242,7 @@ function applyReply() {
242
243
try {
244
// Find the message body input box
245
- const messageBodyInputs = composeElement.value.querySelectorAll<HTMLElement>('[aria-label="Message Body"][role="textbox"]')
+ const messageBodyInputs = composeElement.value.querySelectorAll<HTMLElement>('[g_editable="true"][role="textbox"]')
246
if (messageBodyInputs.length == 0) {
247
toast(t('gmail_tools.cards.notifications.no_compose_box_found'), { duration: 2000 })
248
return
0 commit comments