fix alt and focus issues

This commit is contained in:
John McLear 2015-03-31 14:06:02 +01:00
parent ef38bcad9f
commit 3126d7196e
2 changed files with 2 additions and 3 deletions

View file

@ -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