mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tooltip detatch too soon on mobile click (#5598)
* Tooltip detatch too soon on mobile click * Fixed syntax error
This commit is contained in:
committed by
Torkel Ödegaard
parent
2c77f2231e
commit
51940fa209
@@ -538,7 +538,9 @@ class SingleStatCtrl extends MetricsPanelCtrl {
|
||||
|
||||
elem.mouseleave(function() {
|
||||
if (panel.links.length === 0) { return;}
|
||||
drilldownTooltip.detach();
|
||||
$timeout(function() {
|
||||
drilldownTooltip.detach();
|
||||
});
|
||||
});
|
||||
|
||||
elem.click(function(evt) {
|
||||
|
||||
Reference in New Issue
Block a user