mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SinglestatPanel: another small fix for drilldown link click while fullscreen mode, #1041
This commit is contained in:
parent
8ad83b8d58
commit
c11ce99bb3
@ -185,7 +185,7 @@ function (angular, app, _, $) {
|
||||
var linkInfo = linkSrv.getPanelLinkAnchorInfo(panel.links[0]);
|
||||
if (linkInfo.href[0] === '#') { linkInfo.href = linkInfo.href.substring(1); }
|
||||
|
||||
$timeout(function() { $location.search({}); $location.path(linkInfo.href); });
|
||||
$timeout(function() { $location.url(linkInfo.href); });
|
||||
|
||||
drilldownTooltip.detach();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user