Skip to content

Commit 080eea0

Browse files
Merge pull request #75 from jjherscheid/master
Fix accessibility issue
2 parents 74060fd + 58f1efe commit 080eea0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Canvas/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ release drawing even when point goes out of canvas */
270270
return (
271271
<div
272272
role="presentation"
273-
aria-label="react-sketch-canvas"
274273
ref={canvasRef}
275274
className={className}
276275
style={{

0 commit comments

Comments
 (0)