Question
Close Document event not firing when executed from an action
I have a script that creates a listener via the following code:
app.notifiers.add('Cls ', onClose);
app.notifiersEnabled = true;
It works fine when I use Ctrl W to close the document.
However when I trigger an Action that does:
Save + Close
It doesn't seem like that Close Document event is fired even though the document does close.
Any insight into this would be amazing!