Skip to content

Commit

Permalink
fixed function copyContent
Browse files Browse the repository at this point in the history
  • Loading branch information
Олег authored and Олег committed Jan 27, 2025
1 parent fc3a8e6 commit a525f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const copyContent = () => {
navigator.clipboard.writeText(scanResult.result.text)
.then(() => alert('Successful copy'))
.catch((e) => console.log('Error copying', e));
}
}


const actionOnClick = (elem) => {
try {

Expand Down

0 comments on commit a525f71

Please sign in to comment.