Hi @all
I am working on a chrome extension for gmail, and i'm using inbox SDK library.
I'm stuck in an issue of multiple compose boxes, if i open two compose boxes at the same time the inbox SDK function only works for latest compose window. for example if i get the Recipients using composeView.getToRecipients() function it will gets only second composeVeiw's Recipients.
Kindly help me with issue.
Thanks