forked from mystiq/hydrogen-web
Remove entry from map
This commit is contained in:
parent
2d5bb82077
commit
7ef79c92f5
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ export class Timeline {
|
|||
if (fetchedEntry) {
|
||||
fetchedEntry.contextForEntries.forEach(e => e.setContextEntry(entry));
|
||||
entry.updateFrom(fetchedEntry);
|
||||
this._contextEntriesNotInTimeline.delete(entry.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue