Pass prop change

This commit is contained in:
RMidhunSuresh 2022-01-11 11:54:41 +05:30
parent 93bbeee400
commit 63b6564f70

View file

@ -275,7 +275,7 @@ export class Timeline {
if (relatedEntry?.addRelation(entry)) {
// update other entries for which this entry is a context entry
relatedEntry.contextForEntries?.forEach(e => {
this._remoteEntries.findAndUpdate(te => te.id === e.id, () => true);
this._remoteEntries.findAndUpdate(te => te.id === e.id, () => "contextEntry");
});
}
}