mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
(js) Fix second search with same attributes
This commit is contained in:
@@ -126,7 +126,8 @@
|
||||
|
||||
// Reset input field when cancelling the search
|
||||
vm.cancelSearch = function() {
|
||||
vm.searchText = "";
|
||||
vm.previous = { searchText: '', searchField: '' };
|
||||
vm.searchText = null;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user