UndoManager, how to remove the trackSelection. #4226
Answered
by
artf
ronaldohoch
asked this question in
Q&A
-
Hello @artf The question: Is it possible to change this property and not track the selection anymore? |
Beta Was this translation helpful? Give feedback.
Answered by
artf
Mar 31, 2022
Replies: 1 comment
-
Yeah, you should be able to init the editor without tracking selection in undoManager. grapesjs.init({
// ...
undoManager: { trackSelection: false },
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ronaldohoch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, you should be able to init the editor without tracking selection in undoManager.