mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix sync exception
This commit is contained in:
parent
6f7fbacca1
commit
886ee0dbcb
@ -40,6 +40,8 @@ function updateNormalEntity(remoteEC, remoteEntityRow, instanceId) {
|
|||||||
// on this side, we can't unerase the entity, so force the entity to be erased on the other side.
|
// on this side, we can't unerase the entity, so force the entity to be erased on the other side.
|
||||||
entityChangesService.putEntityChangeForOtherInstances(localEC);
|
entityChangesService.putEntityChangeForOtherInstances(localEC);
|
||||||
|
|
||||||
|
return false;
|
||||||
|
} else if (localEC?.isErased && remoteEC.isErased) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user