remove double click on single click link
This commit is contained in:
parent
7fde73ca6b
commit
dadd64514e
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ document.getElementById('search-button').addEventListener('click', async () => {
|
|||
a.href = url;
|
||||
a.download = `${video.title}.webm`; // You might want to set this dynamically
|
||||
document.body.appendChild(a);
|
||||
a.click();
|
||||
window.URL.revokeObjectURL(url);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue