mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 23:25:27 +00:00
(js) Close sidenav when searching on small screen
This commit is contained in:
@@ -55,6 +55,9 @@
|
||||
function showAdvancedSearch(path) {
|
||||
vm.showingAdvancedSearch = true;
|
||||
vm.search.mailbox = path;
|
||||
// Close sidenav on small devices
|
||||
if ($mdMedia('xs'))
|
||||
$mdSidenav('left').close();
|
||||
}
|
||||
|
||||
function hideAdvancedSearch() {
|
||||
|
||||
Reference in New Issue
Block a user