Merge pull request #10587 from grafana/10580_search_bug

dashboards: Fix issue with first click when expanding folder in search
This commit is contained in:
Marcus Efraimsson
2018-01-22 16:44:31 +01:00
committed by GitHub
2 changed files with 0 additions and 5 deletions
@@ -12,7 +12,6 @@
ng-model-options="{ debounce: 500 }"
spellcheck='false'
ng-change="ctrl.search()"
ng-blur="ctrl.searchInputBlur()"
/>
<div class="search-field-spacer"></div>
@@ -90,10 +90,6 @@ export class SearchCtrl {
}
}
searchInputBlur() {
this.search();
}
onFilterboxClick() {
this.giveSearchFocus = 0;
this.preventClose();