From f8b420f4e48aa736885f09714d9311074bcec571 Mon Sep 17 00:00:00 2001 From: Jordan Ramos Date: Tue, 9 Jun 2026 12:35:24 -0600 Subject: [PATCH] =?UTF-8?q?Fix=20clipboard=20copy=20on=20HTTP=20=E2=80=94?= =?UTF-8?q?=20use=20execCommand=20fallback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit navigator.clipboard requires HTTPS (secure context). Fall back to textarea + execCommand('copy') for the View in CARD button. --- frontend/src/components/CardActionModal.js | 11 ++++++++++- frontend/src/components/CardOwnerTooltip.js | 12 +++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/CardActionModal.js b/frontend/src/components/CardActionModal.js index bc7f052..90b99ad 100644 --- a/frontend/src/components/CardActionModal.js +++ b/frontend/src/components/CardActionModal.js @@ -155,7 +155,16 @@ export default function CardActionModal({ isOpen, onClose, item, initialAction, {item?.host_id && (