src/app/routes/reports/query/query.component.ts
@@ -693,9 +693,23 @@ public sensorTableFocus(index) { this.sensorTableFocusIndex = index; } public sensorTableBlur(index) { this.sensorTableFocusIndex = -1; } public sensorSelectVisible = false; public treeMouseOverOccur = false; public onTreeMouseOver(event) { this.treeMouseOverOccur = true; } public onTreeMouseOut(event) { this.treeMouseOverOccur = false; setTimeout(() => { if (!this.treeMouseOverOccur) { this.sensorSelectVisible = false; } }, 900); } }