Fix clipboard crash bug

This commit is contained in:
Evan Su 2022-05-05 23:19:46 -04:00 committed by GitHub
parent 669291f439
commit 6ea29701b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<ul>
<li>Improve Reed-Solomon performance</li>
<li>Review/improve Internals.md</li>
<li>✓ Fix bug on Windows where copying from the password field using Ctrl+C and then pasting with the "Paste" button would cause a crash</li>
</ul>
# v1.27 (Released 05/02/2022)