mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
fix: copy tooltip shows in wrong place
This commit is contained in:
parent
a6be3fdcd0
commit
5ea306850e
|
@ -32,6 +32,7 @@ const CopyBtn = ({
|
|||
<div className={`${className}`}>
|
||||
<Tooltip
|
||||
popupContent={(isCopied ? t('appApi.copied') : t('appApi.copy'))}
|
||||
asChild={false}
|
||||
>
|
||||
<div
|
||||
onMouseLeave={onMouseLeave}
|
||||
|
|
Loading…
Reference in New Issue
Block a user