This commit is contained in:
Kevin Jahns
2020-12-18 12:16:52 +01:00
parent 63af0c0fc0
commit 2a3d623232
3 changed files with 55 additions and 13 deletions

View File

@@ -292,6 +292,7 @@ export class WebsocketProvider extends Observable {
set synced (state) {
if (this._synced !== state) {
this._synced = state
this.emit('synced', [state])
this.emit('sync', [state])
}
}