Skip to content

Commit

Permalink
feat(crypto-helper): asn1: improve loadong from local storage.
Browse files Browse the repository at this point in the history
Now the data will also be set in the input textarea during
loading from local storage.
  • Loading branch information
TheBestTvarynka committed Mar 9, 2024
1 parent 4150fdc commit 28570c4
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 2 deletions.
126 changes: 124 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/asn1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ pub fn asn1_parser_page() -> Html {
error!("Can not decode asn1: {:?}", err);
}
}
raw_asn1_setter.set(bytes);
}
}
return;
Expand Down

0 comments on commit 28570c4

Please sign in to comment.