mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
updating attributes widget based on sync data changes
This commit is contained in:
@@ -57,8 +57,6 @@ class NoteInfoWidget {
|
||||
|
||||
syncDataReceived(syncData) {
|
||||
if (syncData.find(sd => sd.entityName === 'notes' && sd.entityId === this.ctx.note.noteId)) {
|
||||
console.log("Re-rendering note info");
|
||||
|
||||
this.renderBody();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user