fix incorrectly set isInheritable on inherited attrs

This commit is contained in:
zadam 2020-11-27 22:33:33 +01:00
parent 8ae82f5b69
commit e318acc977

View File

@ -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,