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:
		| @@ -241,7 +241,7 @@ class NoteContext extends Component { | ||||
|  | ||||
|     async entitiesReloadedEvent({loadResults}) { | ||||
|         if (loadResults.isNoteReloaded(this.noteId)) { | ||||
|             const note = loadResults.getEntity('notes', this.noteId); | ||||
|             const note = loadResults.getEntityRow('notes', this.noteId); | ||||
|  | ||||
|             if (note.isDeleted) { | ||||
|                 this.noteId = null; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user