@revisium/schema-toolkit-ui 0.6.9 → 0.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -5515,6 +5515,7 @@ var RowEditorVM = class {
5515
5515
  }
5516
5516
  revert() {
5517
5517
  this._rowModel.revert();
5518
+ this._rowId = this._initialRowId;
5518
5519
  this._prevPatchCount = 0;
5519
5520
  }
5520
5521
  dispose() {