fix(ui): show 'Copied' tooltip instantly when copy button clicked
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user