mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix duplicate subtree
This commit is contained in:
@@ -82,6 +82,8 @@ function processNoteChange(loadResults, ec) {
|
||||
const note = froca.notes[ec.entityId];
|
||||
|
||||
if (!note) {
|
||||
// if this note has not been requested before then it's not part of froca's cached subset and
|
||||
// we're not interested in it
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user