Merge remote-tracking branch 'remotes/origin/release/1.13.0' into develop

This commit is contained in:
Sergey Linnik
2025-03-14 16:18:59 +03:00
4 changed files with 5 additions and 5 deletions

View File

@ -990,7 +990,7 @@ namespace OnlineEditorsExampleMVC
var changes = jss.Deserialize<Dictionary<string, object>>(File.ReadAllText(changesPath));
var changesArray = (ArrayList)changes["changes"];
var change = changesArray.Count > 0
? (Dictionary<string, object>)changesArray[0]
? (Dictionary<string, object>)changesArray[changesArray.Count - 1]
: new Dictionary<string, object>();
// write information about changes to the object