revoke url, remove anchor
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -227,5 +227,7 @@ async function createZipDownload(directoryContents: { path: string; base64Conten
|
||||
a.href = URL.createObjectURL(zipFileBlob);
|
||||
a.download = `dry-run-${name}.zip`;
|
||||
a.click();
|
||||
URL.revokeObjectURL(a.href);
|
||||
a.remove();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user