mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
rename loadresults methods/properties for clarity that they don't contain entities, only rows
This commit is contained in:
@@ -681,7 +681,7 @@ export default class TabRowWidget extends BasicWidget {
|
||||
}
|
||||
|
||||
if (loadResults.isNoteReloaded(noteContext.noteId) ||
|
||||
loadResults.getAttributes().find(attr =>
|
||||
loadResults.getAttributeRows().find(attr =>
|
||||
['workspace', 'workspaceIconClass', 'workspaceTabBackgroundColor'].includes(attr.name)
|
||||
&& attributeService.isAffecting(attr, noteContext.note))
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user