Miscellaneous improvements for the document properties dialog

This commit is contained in:
Tim van der Meij 2014-01-23 00:30:48 +01:00
parent 5a6862decc
commit c952b6fb85
6 changed files with 44 additions and 19 deletions

View file

@ -48,7 +48,7 @@ var PasswordPrompt = {
}
}.bind(this));
this.overlayContainer.addEventListener('keydown',
window.addEventListener('keydown',
function (e) {
if (e.keyCode === 27) { // Esc key
this.hide();