summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-03-27 18:58:27 +0300
committerGitHub <noreply@github.com>2018-03-27 18:58:27 +0300
commit30b834e70ea1e9de12b240d9baf607d9c78d29f4 (patch)
tree1c7340737ac7b3e0ecaaee0ee3d33b07fae07658
parent8f957be516f09478206aba7658cdf99f100410bc (diff)
parent092e9b412b0a38fc48366c01531122120aae782e (diff)
Merge pull request #3580 from ktsaou/master
clear selection date when hover ends; #3571
-rw-r--r--web/dashboard.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/dashboard.js b/web/dashboard.js
index 72dbddeeea..607c9d1ac2 100644
--- a/web/dashboard.js
+++ b/web/dashboard.js
@@ -3604,6 +3604,9 @@ var NETDATA = window.NETDATA || {};
if(this.selected === false && this.debug === true)
this.log('selection cleared');
+ if (this.foreign_element_selection !== null)
+ this.foreign_element_selection.innerText = '';
+
this.legendReset();
}