Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(frontend): bytes decode when load file finished (#338)
# Problem When use bytes to take the data, if I didn't click on the input, it will not decode the base64 string. # Fix I added a Base64 encode step once the file upload is complete. Additionally, when the input field is manually focused and modified, the decode process will be triggered again.
- Loading branch information