mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
wip
This commit is contained in:
@@ -156,7 +156,7 @@ export default class AttributeDetailWidget extends BasicWidget {
|
||||
this.$relatedNotesMoreNotes.hide();
|
||||
}
|
||||
|
||||
this.$attrEditName.val(attr.name).focus();
|
||||
this.$attrEditName.val(attr.name);
|
||||
this.$attrEditValue.val(attr.value);
|
||||
|
||||
this.$widget.css("left", x - this.$widget.width() / 2);
|
||||
|
||||
Reference in New Issue
Block a user