mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
updating attributes widget based on sync data changes
This commit is contained in:
@@ -357,6 +357,8 @@ class TabContext {
|
||||
}
|
||||
|
||||
syncDataReceived(syncData) {
|
||||
this.attributes.syncDataReceived(syncData);
|
||||
|
||||
if (this.sidebar) {
|
||||
this.sidebar.syncDataReceived(syncData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user