fix(ui): prevent focus on share popover text field
This commit is contained in:
@@ -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")}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user