Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make Clipboard.GetContentAsync reliable
Previously we were executing the GetClipboardText method on UI thread which was unnecessary, and as it was executed asynchronously, it did not necessarily wait for the actual promise on JS side to finish executing. Therefore in most cases just the initial empty string content was returned.
- Loading branch information