Skip to content

Commit

Permalink
Fix: Select block after duplicate (#38760)
Browse files Browse the repository at this point in the history
* Fix: Select block after duplicate

See: #38759

* Fix: Select block after duplicate
  • Loading branch information
delowardev authored Feb 14, 2022
1 parent 5db34cd commit eb12c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/list-view/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function ListViewBlock( {
onFocus,
} }
disableOpenOnArrowDown
__experimentalSelectBlock={ selectEditorBlock }
__experimentalSelectBlock={ selectBlock }
/>
) }
</TreeGridCell>
Expand Down

0 comments on commit eb12c4b

Please sign in to comment.