Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

UndoManager working principle about

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles