1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-16 07:30:12 -07:00

Fix iOS 12 download bug

This commit is contained in:
RobinLinus 2018-10-09 15:45:31 +02:00
parent e9e8d6336b
commit 29a755c555

View File

@ -237,7 +237,7 @@ class ReceiveDialog extends Dialog {
this.show();
if (window.isDownloadSupported) return;
$a.target = "_blank"; // fallback
// $a.target = "_blank"; // fallback
}
_formatFileSize(bytes) {