Replies: 1 comment
-
How are you saving the data? You could hook into the events of saving - See https://grapesjs.com/docs/api/commands.html#available-events and please share something more reproducible 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to set a limit of saving data for example for 1 second. How can i do it?
I have stepsBeforeSave: 1, so it's possible to spam with savings and overload the server. I want to prevent it. Is there a simple way of how to do it?
Beta Was this translation helpful? Give feedback.
All reactions