mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-06 01:43:48 +00:00
Fix iOS 12 download bug
This commit is contained in:
@@ -237,7 +237,7 @@ class ReceiveDialog extends Dialog {
|
||||
this.show();
|
||||
|
||||
if (window.isDownloadSupported) return;
|
||||
$a.target = "_blank"; // fallback
|
||||
// $a.target = "_blank"; // fallback
|
||||
}
|
||||
|
||||
_formatFileSize(bytes) {
|
||||
|
||||
Reference in New Issue
Block a user