mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
make Alt C and Alt F9 and Escape work from anywhere
This commit is contained in:
parent
a82e692bdd
commit
35948989b3
3 changed files with 17 additions and 4 deletions
|
@ -4960,6 +4960,7 @@ function Ace2Inner(){
|
|||
|
||||
function focus()
|
||||
{
|
||||
top.console.log("window.focus there is a bug with me in FF");
|
||||
window.focus();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue