mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02: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,
|
noteId: attribute.noteId,
|
||||||
type: attribute.type,
|
type: attribute.type,
|
||||||
name: attribute.name,
|
name: attribute.name,
|
||||||
value: attribute.value
|
value: attribute.value,
|
||||||
|
isInheritable: attribute.isInheritable
|
||||||
},
|
},
|
||||||
isOwned: false,
|
isOwned: false,
|
||||||
x: e.pageX,
|
x: e.pageX,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user