mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactor(playlist): refactor of playlist feature, and PR #3776
This commit is contained in:
@@ -185,7 +185,6 @@ export function grafanaAppDirective() {
|
||||
|
||||
// hide popovers
|
||||
var popover = elem.find('.popover');
|
||||
console.log(target.parents('.graph-legend').length);
|
||||
if (popover.length > 0 && target.parents('.graph-legend').length === 0) {
|
||||
popover.hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user