From c7ade7515c058217877dfd8ce0c859d3799f1bfd Mon Sep 17 00:00:00 2001 From: gofnnp Date: Fri, 13 Jan 2023 03:07:39 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#13538=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular/src/app/directives/download-app.directive.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/angular/src/app/directives/download-app.directive.ts b/angular/src/app/directives/download-app.directive.ts index 0b4ebbf..df04af4 100644 --- a/angular/src/app/directives/download-app.directive.ts +++ b/angular/src/app/directives/download-app.directive.ts @@ -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'; }