KartikTalwar / gmail.js

Gmail JavaScript API
MIT License
3.74k stars 455 forks source link

Fixed subject being returned instead of body when Mixmax is installed #703

Closed DrParanoia closed 2 years ago

DrParanoia commented 2 years ago

The Mixmax extension for Gmail is changing the subject field from input to contenteditable, causing the body selector to fetch the wrong thing.

Added an extra check, to make sure we are not fetching the subject.

josteink commented 2 years ago

Looks good to me. Consider it merged 🙂

josteink commented 2 years ago

This is now published on npmjs as v1.0.22. Thanks for contributing!