Download: Remove target blank from download link
This commit is contained in:
parent
5d32ec6e92
commit
d237fdfe19
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ export default function download(url, name) {
|
|||
}
|
||||
|
||||
link.href = url;
|
||||
link.target = "_blank";
|
||||
link.style.display = "none";
|
||||
|
||||
document.body.appendChild(link);
|
||||
|
|
Loading…
Reference in a new issue