We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys,
Is it currently possible to reverse the order of the actions in the JSON tree?
I think it would be convenient to display the newest dispatch at the top rather than having to scroll to the bottom all the time.
Regards, Tarek
The text was updated successfully, but these errors were encountered:
Reading the source code for the first time, but this should be an easy fix:
Turn this invocation from push to unshift
push
unshift
Sorry, something went wrong.
No branches or pull requests
Hi guys,
Is it currently possible to reverse the order of the actions in the JSON tree?
I think it would be convenient to display the newest dispatch at the top rather than having to scroll to the bottom all the time.
Regards,
Tarek
The text was updated successfully, but these errors were encountered: