Reorder event handlers

Everywhere you can put in event handlers, e.g., query success/failure, component panel, etc, it would be nice to be able to reorder them. Whenever order matters and they are in the wrong order, I have to delete and remake them or copy them perfectly. Would rather just reorder them somehow.

+1

Hi there!

Happy to share this feedback with our team :slightly_smiling_face: Could you share an example?

Event handlers set up like this will not run in a particular order (there is no expectation that query1 will trigger before the script. rather, they'll all trigger on "open"):

image