Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update TextSignature.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MadanKumarGovindaswamy committed Mar 25, 2024
1 parent bb589ea commit 88d3013
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const TextSignature = () => {
if (ctx && canvas) {
ctx.font = '30px Arial';
ctx.fillText(textArea.current.value, 100, 50);
canvas.setAttribute('tabIndex', '0');
canvas.setAttribute('aria-label', textArea.current.value);
setshowTextArea(false);
}
Expand Down

0 comments on commit 88d3013

Please sign in to comment.