mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
more working logic and also pretty nice screen reader experience
This commit is contained in:
parent
959aa92656
commit
7b726cbc02
4 changed files with 6 additions and 3 deletions
|
@ -325,7 +325,7 @@ var padeditbar = (function()
|
|||
// On left arrow move to next button in editbar
|
||||
if(evt.keyCode === 37){
|
||||
editbarPosition--;
|
||||
$(focusItems[editbarPosition]).focus();
|
||||
$(focusItems[editbarPosition]).focus()
|
||||
}
|
||||
|
||||
// On right arrow move to next button in editbar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue