promoted attributes have tabindex following the title and before note content

This commit is contained in:
azivner
2018-08-13 09:07:21 +02:00
parent 7cca2d9247
commit 297b536ebc
3 changed files with 7 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ async function show() {
lint: true,
gutters: ["CodeMirror-lint-markers"],
lineNumbers: true,
tabindex: 2 // so that tab from title will lead to code editor focus
tabindex: 100
});
codeEditor.on('change', noteDetailService.noteChanged);