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
From user feedback. It would be useful if the standard undo/redo functionality existed. This would help against accidentally deleting components.
There might be an easy way to implement this using redux, since that's very much what the framework was originally built for.
Given that Gram is collaborative over websocket, it might be a bit tricky to accomplish.
For inspiration: https://redux.js.org/usage/implementing-undo-history
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From user feedback. It would be useful if the standard undo/redo functionality existed. This would help against accidentally deleting components.
There might be an easy way to implement this using redux, since that's very much what the framework was originally built for.
Given that Gram is collaborative over websocket, it might be a bit tricky to accomplish.
For inspiration:
https://redux.js.org/usage/implementing-undo-history
The text was updated successfully, but these errors were encountered: