mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-02 19:36:12 +01:00 
			
		
		
		
	refactored entity reloading
This commit is contained in:
		@@ -60,7 +60,7 @@ export default class TabAwareWidget extends BasicWidget {
 | 
			
		||||
        this.activeTabChanged();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    notesReloadedListener({loadResults}) {
 | 
			
		||||
    entitiesReloadedListener({loadResults}) {
 | 
			
		||||
        if (loadResults.isNoteReloaded(this.noteId, this.componentId)) {
 | 
			
		||||
            this.refreshWithNote(this.note, this.notePath);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user