Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clipboard: fix clipboard block's result being undefined sometimes (#1346
) May resolve [a recent conversation in the TurboWarp Discord server](https://discord.com/channels/837024174865776680/1132437506655268926/1215424597730787368) In some cases, the Clipboard extension's `clipboard` block can return undefined. The most reproducible case I could find is using a browser that supports the block (e.g Chrome), accepting TurboWarp's clipboard permission prompt but *denying* the *browser's* clipboard permission prompt. This PR should fix it. (At least, it fixes the reproducible allow+deny behavior.)
- Loading branch information