Track custom storable with UndoManager #6124
Unanswered
rhoenerSBS
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI @artf and Every One
I am currently implementing an editor with grapesjs in which it is possible to add chapters alongside the already existing pages. I implemented a ChapterStorage that implements the IStorableModule to store the chapters in the project data.
My question is what is the best way to let the UndoManager track the changes made to the chapters?
Is it necessary to extend the ItemManagerModule in some way?
Beta Was this translation helpful? Give feedback.
All reactions