summaryrefslogtreecommitdiff
path: root/src/InstallNotification.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/InstallNotification.vue')
-rw-r--r--src/InstallNotification.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/InstallNotification.vue b/src/InstallNotification.vue
index b1a0349..22e7a8c 100644
--- a/src/InstallNotification.vue
+++ b/src/InstallNotification.vue
@@ -29,6 +29,7 @@ export default Vue.component('install-notification', {
},
methods: {
promptInstall: function(p) {
+ p.preventDefault();
this.deferredPrompt = p;
},
},