Implements 'scroll by keyboard #5139'

pull/5184/head
Kyle Francis 9 years ago
parent 007c9ddcb0
commit 522babb3a3

@ -172,6 +172,10 @@ function rcube_mail_ui()
if (get_pref('previewheaders') == '1') {
toggle_preview_headers();
}
if (rcmail.env.action == 'show') {
document.getElementById('messagecontent').focus()
}
}
else if (rcmail.env.action == 'compose') {
rcmail.addEventListener('aftersend-attachment', show_uploadform)

Loading…
Cancel
Save