KartikTalwar / gmail.js

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

Use class to control the image for more send option #701

Closed cancan101 closed 2 years ago

cancan101 commented 2 years ago

This is consistent with existing item(s) in the menu

Fixes some issues with https://github.com/KartikTalwar/gmail.js/pull/687

josteink commented 2 years ago

It may or may not be typical JS conventions, but in GmailJS we try to keep and enforce double-quotes, not single-quotes.

Could you update the method to use this instead of the single-quotes you are using now? :)