fix: reset position before demanding new data for frame decryption
This commit is contained in:
parent
8ff12e49bb
commit
6bb11e60b7
2 changed files with 3 additions and 2 deletions
|
@ -133,6 +133,7 @@ const App: Component = () => {
|
|||
<input
|
||||
type="file"
|
||||
id="backup-input"
|
||||
accept=".backup"
|
||||
onChange={(event) => {
|
||||
setBackupFile(event.currentTarget.files?.[0]);
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue