KartikTalwar / gmail.js

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

compose.recipients() does not work when PeopleKit suggestions are displayed #713

Closed onestep closed 2 years ago

onestep commented 2 years ago

Steps to reproduce:

  1. open Gmail for PeopleKit-enabled account
  2. open new compose window, add some recipients you used in previous emails and wait for suggestion (unfortunately I don't know the exact way to force suggestions - most likely if you frequently send emails to the same three contacts, when you add two in the new compose, Gmail will suggest third) image
  3. try to read gmail.dom.composes()[0].recipients()

Expected result:

Actual result: image

josteink commented 2 years ago

Closed via https://github.com/KartikTalwar/gmail.js/pull/714.