mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 06:56:07 -06:00
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:
commit
f8a03fa3e3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user