mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	fix incorrectly set isInheritable on inherited attrs
This commit is contained in:
		
							parent
							
								
									8ae82f5b69
								
							
						
					
					
						commit
						e318acc977
					
				@ -214,7 +214,8 @@ export default class AttributeListWidget extends TabAwareWidget {
 | 
			
		||||
                        noteId: attribute.noteId,
 | 
			
		||||
                        type: attribute.type,
 | 
			
		||||
                        name: attribute.name,
 | 
			
		||||
                        value: attribute.value
 | 
			
		||||
                        value: attribute.value,
 | 
			
		||||
                        isInheritable: attribute.isInheritable
 | 
			
		||||
                    },
 | 
			
		||||
                    isOwned: false,
 | 
			
		||||
                    x: e.pageX,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user