mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
@@ -322,9 +322,11 @@
|
||||
return AddressBook.$query.asc;
|
||||
};
|
||||
|
||||
this.searchMode = function() {
|
||||
this.searchMode = function($event) {
|
||||
vm.mode.search = true;
|
||||
focus('search');
|
||||
if ($event)
|
||||
$event.preventDefault();
|
||||
};
|
||||
|
||||
this.cancelSearch = function() {
|
||||
|
||||
Reference in New Issue
Block a user