Commit f8a03fa3 by Marcus Efraimsson Committed by GitHub

Merge pull request #10587 from grafana/10580_search_bug

dashboards: Fix issue with first click when expanding folder in search
parents 5546828b b5a6a9ab
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment