Hide the search results automatically when removing the search term (#5783)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
7c3351e89f
commit
f065c455ab
@@ -73,6 +73,9 @@ function treeSearchBox(localizationService, searchService, $q) {
|
||||
canceler = null;
|
||||
});
|
||||
}
|
||||
else {
|
||||
scope.hideSearch();
|
||||
}
|
||||
}
|
||||
|
||||
scope.$watch("term", _.debounce(function(newVal, oldVal) {
|
||||
|
||||
Reference in New Issue
Block a user