mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +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