X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/4468d51bdcf250b3688440376c2dba985124c4c5..fb3b7d9bff29aa5c99298ce9e4bae53c2eb47a7d:/src/smartxml/transformations.js diff --git a/src/smartxml/transformations.js b/src/smartxml/transformations.js index a2a9f48..4a8e5a8 100644 --- a/src/smartxml/transformations.js +++ b/src/smartxml/transformations.js @@ -79,6 +79,7 @@ toret.createGenericTransformation = function(desc, name) { undo: function() { if(desc.undo) { desc.undo.call(this.context, this); + this.runCount++; } else { this.document.getNodeByPath(this.changeRootPath).replaceWith(this.snapshot); }