fix(ui): prevent focus on share popover text field

This commit is contained in:
David Hill
2026-01-24 22:17:59 +00:00
parent b695216063
commit 30111d2b16
3 changed files with 4 additions and 3 deletions

View File

@@ -102,6 +102,7 @@ export function TextField(props: TextFieldProps) {
icon={copied() ? "check" : "link"}
variant="ghost"
onClick={handleCopy}
tabIndex={-1}
data-slot="input-copy-button"
aria-label={copied() ? i18n.t("ui.textField.copied") : i18n.t("ui.textField.copyToClipboard")}
/>