Skip to content

Commit 8c51e6a

Browse files
committed
one comment deleted
1 parent 4686874 commit 8c51e6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pods/canvas/components/canvas-accessible/canvas-accessible.pod.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ export const CanvasAccessible: React.FC<CanvasAccessibleProps> = props => {
3333
}, []);
3434

3535
return (
36-
//Maybe it needs something for better accessibility.
37-
//Before, the screen reader read all the content and displayed
38-
// the levels of the titles and the list of items, now read all like plain text.
3936
<section
4037
className={classes.screenReaderOnly}
4138
tabIndex={-1}

0 commit comments

Comments
 (0)