mirror of https://github.com/xwiki-labs/cryptpad
Fix update original event
This commit is contained in:
parent
99df9bc21a
commit
3fa92fa155
|
@ -205,7 +205,7 @@ define([
|
|||
if (obj.recurrenceRule) {
|
||||
APP.recurringEvents.push(obj);
|
||||
}
|
||||
s.push(data.content[uid]);
|
||||
s.push(Util.clone(data.content[uid]));
|
||||
});
|
||||
});
|
||||
return s;
|
||||
|
|
Loading…
Reference in New Issue