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
commit f8a03fa3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -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>

View File

@ -90,10 +90,6 @@ export class SearchCtrl {
}
}
searchInputBlur() {
this.search();
}
onFilterboxClick() {
this.giveSearchFocus = 0;
this.preventClose();