Merge pull request #572 from liyasthomas/hotfix/share

fix: drop the toast which doesn't show up
This commit is contained in:
James George 2020-02-15 13:40:48 +05:30 committed by GitHub
commit 112c140ce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -715,7 +715,7 @@ export default {
.then(() => {})
.catch(console.error);
} else {
this.$toast.info("Web Share API is not supported in your browser")
// fallback
}
}
},