Fix iOS 12 download bug
This commit is contained in:
parent
e9e8d6336b
commit
29a755c555
|
@ -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…
Reference in New Issue