loaded event when loaded from persistence adapter

This commit is contained in:
Kevin Jahns
2018-01-08 02:28:46 +01:00
parent 445dd3e0da
commit 5a68b9f4ad
5 changed files with 23 additions and 3 deletions

View File

@@ -132,6 +132,7 @@ export default class AbstractConnector {
f()
}
this.whenSyncedListeners = []
this.y.loaded = true
this.y.emit('synced')
}
}