dashboards: Fix issue with first click when expanding folder in search

Fixes #10580
This commit is contained in:
Marcus Efraimsson 2018-01-22 16:12:32 +01:00
parent 5546828b9f
commit b5a6a9ab3b
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();