mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix sync exception
This commit is contained in:
		| @@ -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; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user