Skip to content

Commit

Permalink
Fix issue with pasted data being removed after generation
Browse files Browse the repository at this point in the history
this was an oversight.
  • Loading branch information
StrawberryMaster authored Jan 25, 2025
1 parent 0fae6ac commit 3a8437f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/file_upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ document.querySelector("#paste-upload").addEventListener("submit", async (e) =>
}

mapFromFile(data, type, accessible);
textarea.value = "";
});

const isValidUrl = (str) => {
Expand Down

0 comments on commit 3a8437f

Please sign in to comment.