mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'v4.4.x'
This commit is contained in:
commit
26766ddb27
@ -192,7 +192,7 @@ export function grafanaAppDirective(playlistSrv, contextSrv) {
|
|||||||
|
|
||||||
// hide search
|
// hide search
|
||||||
if (body.find('.search-container').length > 0) {
|
if (body.find('.search-container').length > 0) {
|
||||||
if (target.parents('.search-results-container').length === 0) {
|
if (target.parents('.search-results-container, .search-field-wrapper').length === 0) {
|
||||||
scope.$apply(function() {
|
scope.$apply(function() {
|
||||||
scope.appEvent('hide-dash-search');
|
scope.appEvent('hide-dash-search');
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user