repo: janusweb action: commit revision: path_from: revision_from: 05947979e505667a227cd6c90984451e5e7b4559: path_to: revision_to:
commit 05947979e505667a227cd6c90984451e5e7b4559 Author: James BaicoianuDate: Mon May 14 18:16:38 2018 -0700 Clear editing and sync state between changes diff --git a/scripts/room.js b/scripts/room.js
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -854,6 +854,7 @@ elation.require([
var attrname = k.toLowerCase();
existing[attrname] = newobj._content;
}
+ existing.sync = false;
} else {
hasNew = true;
var k = k.toLowerCase();
@@ -876,6 +877,7 @@ elation.require([
}
}));
// Clear the list of edits which have been applied this frame
+ this.applyingEdits = false;
this.appliedchanges = {};
}
-----END OF PAGE-----