From 3a8437f9191dd1b2958db7ae5bfb715dc7450f64 Mon Sep 17 00:00:00 2001 From: Felipe <41008398+StrawberryMaster@users.noreply.github.com> Date: Sat, 25 Jan 2025 13:07:32 +0000 Subject: [PATCH] Fix issue with pasted data being removed after generation this was an oversight. --- static/js/file_upload.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/file_upload.js b/static/js/file_upload.js index c891a74..2bb7912 100644 --- a/static/js/file_upload.js +++ b/static/js/file_upload.js @@ -53,7 +53,6 @@ document.querySelector("#paste-upload").addEventListener("submit", async (e) => } mapFromFile(data, type, accessible); - textarea.value = ""; }); const isValidUrl = (str) => {