mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-25 01:06:17 -04:00
Fix iOS 12 download bug
This commit is contained in:
parent
e9e8d6336b
commit
29a755c555
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ class ReceiveDialog extends Dialog {
|
|||
this.show();
|
||||
|
||||
if (window.isDownloadSupported) return;
|
||||
$a.target = "_blank"; // fallback
|
||||
// $a.target = "_blank"; // fallback
|
||||
}
|
||||
|
||||
_formatFileSize(bytes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue