@ahmetgundogdu wrote:
UndoManager does not save data changes that are not caused by a visual change ?
Changeset values have only visual changes.
I see this on source:
this.diagram.undoManager.history.each((transaction) => {
transaction.changes.each((change) => {
console.log(change);
});
});
Posts: 1
Participants: 1