Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear clipboard state when its not plain text
Commit 8a80c90 added a check to prevent announcing clipboard when it's not plain text data. When this check triggers and we want to ignore the non-plain text clipboard, we should reset the state by no longer indicating pending clipboard, and by asking the server to clear its clipboard. This ensures we don't end up in a state where the server thinks the viewer has useful clipboard data, but it doesn't.
- Loading branch information