Debug export, handle export of by player
This commit is contained in:
@@ -165,6 +165,7 @@ function close_modal() {
|
||||
|
||||
function downloadFile(blob, filename) {
|
||||
let url = URL.createObjectURL(blob);
|
||||
let link = document.createElement("a");
|
||||
link.setAttribute("href", url);
|
||||
link.setAttribute("download", filename);
|
||||
link.style.visibility = 'hidden';
|
||||
|
Reference in New Issue
Block a user