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

View File

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