From e24f064042e811aa0545eb1957774801cfbd0023 Mon Sep 17 00:00:00 2001
From: Ray Dumasia
Date: Sat, 15 Nov 2025 23:32:33 +0000
Subject: [PATCH] Add CTRL-V support as suggested by @p-xiexin
---
frontend/src/App.jsx | 5 ++-
frontend/src/components/ImageUpload.jsx | 42 +++++++++++++++++++++++--
2 files changed, 44 insertions(+), 3 deletions(-)
diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index 891f5dd..6fe19cb 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -346,11 +346,14 @@ function App() {
{/* Footer */}
+ {!isPDF && (
+
+
+ Press Ctrl+V to paste from clipboard
+
+ )}