mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
correct tabindex so that tab from note title jumps to note content
This commit is contained in:
@@ -76,6 +76,9 @@ $(document).ready(function() {
|
||||
onChange: noteChanged
|
||||
}
|
||||
});
|
||||
|
||||
// so that tab jumps from note title (which has tabindex 1)
|
||||
$(".note-editable").attr("tabindex", 2);
|
||||
});
|
||||
|
||||
var globalNote;
|
||||
|
||||
Reference in New Issue
Block a user