правка
This commit is contained in:
gofnnp 2023-01-13 03:07:39 +04:00
parent e4bb1d8947
commit c7ade7515c

View File

@ -65,6 +65,7 @@ export class DownloadAppDirective implements OnInit {
e.preventDefault();
// Stash the event so it can be triggered later.
this.deferredPrompt = e;
this.el.nativeElement.style.display = 'none';
}