Fix scrambled data in spreadsheets: disable 'undo'

pull/1/head
yflory 4 years ago
parent 5092a6d9e5
commit 2c68dc443a

@ -775,6 +775,18 @@ define([
view: false view: false
}; };
}); });
// Add an history keeper user to show that we're never alone
var hkId = Util.createRandomInteger();
p.push({
id: hkId,
idOriginal: String(hkId),
username: "History",
indexUser: i,
connectionId: Hash.createChannelId(),
isCloseCoAuthoring:false,
view: false
});
i++;
if (!myUniqueOOId) { myUniqueOOId = String(myOOId) + i; } if (!myUniqueOOId) { myUniqueOOId = String(myOOId) + i; }
p.push({ p.push({
id: myUniqueOOId, id: myUniqueOOId,

Loading…
Cancel
Save