mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
initial focus on attribute type instead of name
This commit is contained in:
@@ -91,7 +91,7 @@ function AttributesModel() {
|
||||
await showAttributes(attributes);
|
||||
|
||||
// attribute might not be rendered immediatelly so could not focus
|
||||
setTimeout(() => $(".attribute-name:last").focus(), 100);
|
||||
setTimeout(() => $(".attribute-type-select:last").focus(), 100);
|
||||
|
||||
$ownedAttributesBody.sortable({
|
||||
handle: '.handle',
|
||||
|
||||
Reference in New Issue
Block a user