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

@@ -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();
}
}