open document in blank window

This commit is contained in:
Julien Fastré 2020-06-17 13:56:14 +02:00
parent 61c11c3eee
commit 3b5cbd457b

View File

@ -87,7 +87,7 @@ var download = (button) => {
url = window.URL.createObjectURL(blob)
;
button.href = url;
button.target = '_parent';
button.target = '_blank';
button.type = mimeType;
button.textContent = labelReady;
if (hasFilename) {