From c4497f58245f24b886066d47095a2b521b253a4c Mon Sep 17 00:00:00 2001 From: Sanskar Tiwari Date: Fri, 8 Mar 2024 13:14:04 +0530 Subject: [PATCH] =?UTF-8?q?cleanup=20=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/upload.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/upload.blade.php b/resources/views/upload.blade.php index 37bb7c4..cab3d3a 100644 --- a/resources/views/upload.blade.php +++ b/resources/views/upload.blade.php @@ -344,6 +344,8 @@ }, selectCopy: function(el) { + el.select(); + if (navigator.clipboard) { navigator.clipboard.writeText(el.value) .then(() => { @@ -654,7 +656,7 @@ {{-- STEP 3 --}}