Question
CSInterface closeExtension in CEP 11 not working on Illusttrator
I'm building an Illustrator extension that is compound by many extensions that interact with each other. In the UX, there are some flows that requrie to close dialogs or panels. However, when I call closeExtension, the intended extension does not close. No idea why. Any suggestions?
const csInterface = new CSInterface();
...
csInterface.closeExtension();
