mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	rename loadresults methods/properties for clarity that they don't contain entities, only rows
This commit is contained in:
		| @@ -60,7 +60,7 @@ export default class NoteWrapperWidget extends FlexContainer { | ||||
|  | ||||
|         const noteId = this.noteContext?.noteId; | ||||
|         if (loadResults.isNoteReloaded(noteId) | ||||
|             || loadResults.getAttributes().find(attr => attr.type === 'label' && attr.name === 'cssClass' && attributeService.isAffecting(attr, this.noteContext?.note))) { | ||||
|             || loadResults.getAttributeRows().find(attr => attr.type === 'label' && attr.name === 'cssClass' && attributeService.isAffecting(attr, this.noteContext?.note))) { | ||||
|  | ||||
|             this.refresh(); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user