mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
fix alt and focus issues
This commit is contained in:
parent
ef38bcad9f
commit
3126d7196e
2 changed files with 2 additions and 3 deletions
|
@ -320,6 +320,7 @@ var padeditbar = (function()
|
|||
padeditor.ace.focus(); // Sends focus back to pad
|
||||
// The above focus doesn't always work in FF, you have to hit enter afterwards
|
||||
// This still needs fixing cake
|
||||
evt.preventDefault();
|
||||
}
|
||||
|
||||
// On arrow keys go to next/previous button item in editbar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue