Skip to content

Commit

Permalink
unconnected change
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Mar 22, 2023
1 parent 0e25279 commit c9c2fa0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ function AddSubmenuItem( { block, onClose } ) {
}

export default function LeafMoreMenu( props ) {
const { block } = props;
const { clientId } = block;
const { clientId, block } = props;

const { moveBlocksDown, moveBlocksUp, removeBlocks } =
useDispatch( blockEditorStore );
Expand Down

0 comments on commit c9c2fa0

Please sign in to comment.