mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -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 }"
|
ng-model-options="{ debounce: 500 }"
|
||||||
spellcheck='false'
|
spellcheck='false'
|
||||||
ng-change="ctrl.search()"
|
ng-change="ctrl.search()"
|
||||||
ng-blur="ctrl.searchInputBlur()"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="search-field-spacer"></div>
|
<div class="search-field-spacer"></div>
|
||||||
|
@ -90,10 +90,6 @@ export class SearchCtrl {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
searchInputBlur() {
|
|
||||||
this.search();
|
|
||||||
}
|
|
||||||
|
|
||||||
onFilterboxClick() {
|
onFilterboxClick() {
|
||||||
this.giveSearchFocus = 0;
|
this.giveSearchFocus = 0;
|
||||||
this.preventClose();
|
this.preventClose();
|
||||||
|
Loading…
Reference in New Issue
Block a user