diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-07 12:44:10 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-07 12:44:10 +0200 |
commit | d2bf33b242e9578fcb05bbf1365eeaf1d0dac67c (patch) | |
tree | 99bdec3c2cdddf15947d022b7037f8101fcd0411 /program/js | |
parent | a539cebdaac8141189f51cb9de87525bb2c8571a (diff) |
Forward keyboard event through 'menu-open' command to enable keyboard navigation
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index f0aadd970..fecd5a0ee 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -711,7 +711,7 @@ function rcube_webmail() } case 'menu-save': - this.triggerEvent(command, {props:props}); + this.triggerEvent(command, {props:props, e:event}); return false; case 'open': |