Skip to content

Commit

Permalink
fix: 修复译文复制错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Mar 9, 2023
1 parent 74896c5 commit 87cc8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/translator/components/TargetArea/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function TargetArea() {
</Box>
<Box className='target-buttonarea'>
<IconButton className='target-button'
onClick={() => { copy(sourceText) }}
onClick={() => { copy(targetText) }}
>
<ContentCopyIcon />
</IconButton>
Expand Down

0 comments on commit 87cc8ce

Please sign in to comment.