mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-16 15:40:10 -07:00
Fix iOS 12 download bug
This commit is contained in:
parent
e9e8d6336b
commit
29a755c555
@ -237,7 +237,7 @@ class ReceiveDialog extends Dialog {
|
|||||||
this.show();
|
this.show();
|
||||||
|
|
||||||
if (window.isDownloadSupported) return;
|
if (window.isDownloadSupported) return;
|
||||||
$a.target = "_blank"; // fallback
|
// $a.target = "_blank"; // fallback
|
||||||
}
|
}
|
||||||
|
|
||||||
_formatFileSize(bytes) {
|
_formatFileSize(bytes) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user