Commit 26766ddb by Torkel Ödegaard

Merge branch 'v4.4.x'

parents c7ca4830 c0b0a54a
...@@ -192,7 +192,7 @@ export function grafanaAppDirective(playlistSrv, contextSrv) { ...@@ -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');
}); });
......
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