repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 05947979e505667a227cd6c90984451e5e7b4559:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 05947979e505667a227cd6c90984451e5e7b4559
Author: James Baicoianu 
Date:   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
index 9f9d67496cbd7fcc4aa1e94701d452f9907c6aa3..
index ..af270433c979418ca0a1aebee4fbc2fa5a848df7 100644
--- 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-----