mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	refactoring
This commit is contained in:
		| @@ -172,12 +172,11 @@ function AttributesModel() { | ||||
|  | ||||
|         toastService.showMessage("Attributes have been saved."); | ||||
|  | ||||
|         const ctx = appContext.getActiveTabContext(); | ||||
|  | ||||
|         ctx.attributes.refreshAttributes(); | ||||
|         appContext.getActiveTabContext().attributes.refreshAttributes(); | ||||
|  | ||||
|         // reload | ||||
|         noteDetailService.reload(); | ||||
|         treeService.reload(); | ||||
|         appContext.trigger('reloadTree'); | ||||
|     }; | ||||
|  | ||||
|     function addLastEmptyRow() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user