updating attributes widget based on sync data changes

This commit is contained in:
zadam
2019-08-06 23:20:27 +02:00
parent bfbc124e78
commit de4733e848
6 changed files with 32 additions and 7 deletions

View File

@@ -357,6 +357,8 @@ class TabContext {
}
syncDataReceived(syncData) {
this.attributes.syncDataReceived(syncData);
if (this.sidebar) {
this.sidebar.syncDataReceived(syncData);
}