Skip to content

Commit

Permalink
Merge branch 'master' into 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Feb 6, 2023
2 parents 51e6e02 + d91d4da commit 8446600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ let UI = {
if (error !== undefined) {
alert(error);
}
element.value = null;
};
fr.readAsText(file);
}
Expand All @@ -370,6 +371,7 @@ let UI = {
if (error !== undefined) {
alert(error);
}
element.value = null;
});
};
fr.readAsText(file);
Expand Down

0 comments on commit 8446600

Please sign in to comment.