mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
parser status indication
This commit is contained in:
@@ -98,7 +98,7 @@ export default class PromotedAttributesWidget extends TabAwareWidget {
|
||||
const $tr = $("<tr>");
|
||||
const $labelCell = $("<th>").append(valueAttr.name);
|
||||
const $input = $("<input>")
|
||||
.prop("tabindex", definitionAttr.position)
|
||||
.prop("tabindex", 200 + definitionAttr.position)
|
||||
.prop("attribute-id", valueAttr.noteId === this.noteId ? valueAttr.attributeId : '') // if not owned, we'll force creation of a new attribute instead of updating the inherited one
|
||||
.prop("attribute-type", valueAttr.type)
|
||||
.prop("attribute-name", valueAttr.name)
|
||||
|
||||
Reference in New Issue
Block a user