Skip to content

Commit

Permalink
add presentation role
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspiterek committed Feb 20, 2024
1 parent 758bef9 commit 4da7df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const Edit = (props) => {
return (
<div
className="block quote"
role="presentation"
onKeyDown={(e) =>
handleEnterKey(e, props.index, props.id, props.blockNode.current)
}
Expand Down

0 comments on commit 4da7df7

Please sign in to comment.