forked from mystiq/hydrogen-web
Pass prop change
This commit is contained in:
parent
93bbeee400
commit
63b6564f70
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue