fix: add execCommand fallback for clipboard (#1927)

* fix: add execCommand fallback for clipboard
This commit is contained in:
Philip Okugbe
2026-02-09 14:44:27 -08:00
committed by GitHub
parent 3cb70f0696
commit 7879e1f600
13 changed files with 130 additions and 10 deletions
@@ -8,10 +8,10 @@ import {
Group,
List,
Code,
CopyButton,
Alert,
PasswordInput,
} from "@mantine/core";
import { CopyButton } from "@/components/common/copy-button";
import {
IconRefresh,
IconCopy,
@@ -11,7 +11,6 @@ import {
PinInput,
Alert,
List,
CopyButton,
ActionIcon,
Tooltip,
Paper,
@@ -20,6 +19,7 @@ import {
Collapse,
UnstyledButton,
} from "@mantine/core";
import { CopyButton } from "@/components/common/copy-button";
import {
IconQrcode,
IconShieldCheck,