Skip to content

Commit f83dd68

Browse files
committed
Remove unnecessary tabIndex from the new note form
1 parent 5672870 commit f83dd68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/editor/src/components/collab-sidebar/add-comment.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ export function AddComment( {
5151
}
5252

5353
return (
54-
// Disable reason: role="listitem" does in fact support aria-expanded.
55-
// eslint-disable-next-line jsx-a11y/role-supports-aria-props
5654
<VStack
5755
className={ clsx(
5856
'editor-collab-sidebar-panel__thread is-selected',
@@ -61,7 +59,6 @@ export function AddComment( {
6159
}
6260
) }
6361
spacing="3"
64-
tabIndex={ 0 }
6562
role="listitem"
6663
ref={ isFloating ? refs.setFloating : undefined }
6764
style={

0 commit comments

Comments
 (0)