summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-03-27 18:20:48 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-03-27 18:20:48 +0300
commit092e9b412b0a38fc48366c01531122120aae782e (patch)
tree1c7340737ac7b3e0ecaaee0ee3d33b07fae07658
parent8f957be516f09478206aba7658cdf99f100410bc (diff)
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();
}