fix(ui): show 'Copied' tooltip instantly when copy button clicked

This commit is contained in:
David Hill
2026-01-24 22:25:20 +00:00
parent 4a4c1b31a7
commit 3d956c5f7e
2 changed files with 11 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ export function TextField(props: TextFieldProps) {
value={copied() ? i18n.t("ui.textField.copied") : i18n.t("ui.textField.copyLink")}
placement="top"
gutter={4}
forceOpen={copied()}
>
<IconButton
type="button"