mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
improvements in frontend sync (WIP)
This commit is contained in:
@@ -126,7 +126,7 @@ export default class NoteIconWidget extends NoteContextAwareWidget {
|
||||
for (const attr of loadResults.getAttributes()) {
|
||||
if (attr.type === 'label'
|
||||
&& ['iconClass', 'workspaceIconClass'].includes(attr.name)
|
||||
&& attr.isAffecting(this.note)) {
|
||||
&& attributeService.isAffecting(attr, this.note)) {
|
||||
|
||||
this.refresh();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user