diff --git a/src/public/index.html b/src/public/index.html index 632fb76..b3737c4 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2605,6 +2605,9 @@ this.selectedNode = null; this.selectedNodeToShowPositionHistory = node; + // close node info tooltip as position history shows under it + window.closeAllTooltips(); + // reset default time range when opening position history ui // YYYY-MM-DDTHH:mm is the format expected by the datetime-local input type this.positionHistoryDateTimeFrom = moment().subtract(1, "hours").format('YYYY-MM-DDTHH:mm');