Elastic: Fix page scrolling when using keyboard in menus

pull/6302/head
Aleksander Machniak 7 years ago
parent b08a5e7873
commit 1e9d262bbc

@ -1947,6 +1947,7 @@ function rcube_elastic_ui()
break;
}
}
return false; // prevents from scrolling the whole page
}
});
@ -2965,6 +2966,7 @@ function rcube_elastic_ui()
break;
}
}
return false; // prevents from scrolling the whole page
}
});

Loading…
Cancel
Save