Bug Undo/Redo #4319
Answered
by
ronaldohoch
khanhleemtp
asked this question in
Q&A
Bug Undo/Redo
#4319
-
When i using events of editor, editor.on('component:selected', comp => {
// todo st
})
|
Beta Was this translation helpful? Give feedback.
Answered by
ronaldohoch
May 12, 2022
Replies: 1 comment
-
We set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khanhleemtp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We set
undoManager: { trackSelection: false },
oneditor.init
to stop tracking the selection.My question: #4226