Skip to content

2.0.1: Moved copy URL inside async/await

Choose a tag to compare

@podfeet podfeet released this 26 Oct 14:45
· 20 commits to master since this release
f00f924

In some very rare instance, the copy button event could happen before the URL had actually been copied. The copy button event was outside of the async await for URL and that has been corrected.