mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 21:09:50 +00:00
(js) Automatically close sidenav on small devices
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
vm.editMode = false;
|
||||
AddressBook.$query.value = '';
|
||||
// Close sidenav on small devices
|
||||
if ($mdMedia('sm'))
|
||||
if ($mdMedia('xs'))
|
||||
$mdSidenav('left').close();
|
||||
$state.go('app.addressbook', {addressbookId: folder.id});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user