Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Feb 21, 2025
1 parent 5f1ee83 commit dc3ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/list-view-sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function ListViewSidebar() {
// handle the tabindex attribute hasn't run yet. As such, there may
// be an additional item that is 'tabbable' but it's not the
// selected item. Filtering based on the `data-is-selected` attribute
// attribute makes sure to target the selected item.
// makes sure to target the selected item.
const listViewSelectedItem = focus.tabbable
.find( listViewRef.current )
.filter( ( item ) =>
Expand Down

0 comments on commit dc3ac1f

Please sign in to comment.