From 3216a90af3d159a6627f038cc5f2595c97a3bfab Mon Sep 17 00:00:00 2001 From: goodmice Date: Mon, 21 Nov 2022 08:47:59 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B5?= =?UTF-8?q?=20=D0=BA=D0=BE=D0=BF=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20URL=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=BE=D0=B4=D1=81=D0=BA=D0=B0=D0=B7=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CopyUrl.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/CopyUrl.tsx b/src/components/CopyUrl.tsx index 22e7747..2a157f4 100644 --- a/src/components/CopyUrl.tsx +++ b/src/components/CopyUrl.tsx @@ -1,5 +1,5 @@ import { cloneElement, memo, useCallback, useMemo, useState } from 'react' -import { Button, ButtonProps } from 'antd' +import { Button, ButtonProps, Tooltip } from 'antd' import { CopyOutlined } from '@ant-design/icons' import { invokeWebApiWrapperAsync, notify } from './factory' @@ -43,11 +43,9 @@ export type CopyUrlButtonProps = Omit & ButtonProps export const CopyUrlButton = memo(({ sendLoading, hideUnsupported, onCopy, ...other }) => { return ( -