fix: remove temporary link element after csv download
This commit is contained in:
parent
2f115e6ab0
commit
c2bbfc2cac
@ -161,4 +161,5 @@ function _createAndDownloadFile(csvContent) {
|
|||||||
link.setAttribute('download', 'MeasurementReport.csv');
|
link.setAttribute('download', 'MeasurementReport.csv');
|
||||||
document.body.appendChild(link);
|
document.body.appendChild(link);
|
||||||
link.click();
|
link.click();
|
||||||
|
document.body.removeChild(link);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user