Close page selector when leaving the input with keyboard

pull/5966/merge
Aleksander Machniak 7 years ago
parent 230fc1203d
commit 946599acda

@ -3526,6 +3526,7 @@ function rcube_webmail()
}
// esc, tab
else if (e.which == 27 || e.which == 9) {
ref.hide_menu('pagejump-selector', e);
return $(element).val(ref.env.current_page);
}
}

Loading…
Cancel
Save