fixed some bugs from the last commit

This commit is contained in:
DadaMonad
2015-10-02 08:01:58 +00:00
parent 8745fd64ca
commit 7d4adf314d
3 changed files with 23 additions and 10 deletions

View File

@@ -298,7 +298,7 @@ class AbstractOperationStore {
op.deleted === true &&
this.y.connector.isSynced &&
left != null &&
left.deleted &&
left.deleted
) {
op.gc = true
this.gc1.push(op.id)