Compare origin ids in item.integrate

This commit is contained in:
Kevin Jahns
2019-04-06 15:55:20 +02:00
parent 1b17b5e400
commit c635963747
5 changed files with 36 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ export class TestYInstance extends Y.Y {
this.mMux = createMutex()
testConnector.allConns.add(this)
// set up observe on local model
this.on('afterTransaction', afterTransaction)
this.on('afterTransactionCleanup', afterTransaction)
this.connect()
}
/**