So I just stumbled across the "Execute JavaScript in Custom Prompt" action. Very cool.
Here's how I'm using it, then I have a question:
I have a Custom HTML Prompt that I launch with a hotkey. If the prompt is already open, I close the prompt then do something else. Here's my action that closes the prompt.
(The function "cancelWindow" is a JS function of mine, in the Custom HTML Prompt.)
The action does just what it's supposed to do. The problem is, it always reports "Timed Out". Obviously I can turn off the timeout notification, and I have.
But why does it time out? What is it waiting for?
Thanks.