mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	promoted attributes have tabindex following the title and before note content
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user