Skip to content

Commit

Permalink
fix bug (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaviniaStiliadou authored Apr 11, 2024
1 parent 2ec2ac6 commit def7620
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default function OpenButton() {
function handleChange(event) {
const file = event.target.files[0];
openFile(file);
event.target.value = null;
}

return (
Expand Down

0 comments on commit def7620

Please sign in to comment.