Fix focus state bug

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

View File

@ -3,6 +3,7 @@
<li>Improve Reed-Solomon performance</li>
<li>Review/improve Internals.md</li>
<li>✓ Fix bad pointer issue when running with `-race`</li>
<li>✓ Fix focus bug where input boxes are not cleared if they are focused when file is dropped</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>
<li>✓ Make sure at least one password characters category is checked when generating</li>
<li>✓ Use `desktop-file-validate` to find and remove deprecated fields and fix invalid ones in the .desktop for .deb and AppImage</li>