X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/2c3bcb5d2d550bb6546c0f8aa3721f623ca9d6b6..20c53bc99b19137f012b8498e9b8b0a9572b3cae:/src/smartxml/smartxml.js?ds=inline diff --git a/src/smartxml/smartxml.js b/src/smartxml/smartxml.js index c23e06d..7d3f332 100644 --- a/src/smartxml/smartxml.js +++ b/src/smartxml/smartxml.js @@ -581,6 +581,7 @@ $.extend(Document.prototype, Backbone.Events, { this.replaceRoot(this._rollbackBackup); this._rollbackBackup = null; this._currentTransaction = null; + this._transformationLevel = 0; }, transaction: function(callback, params) {