Skip to content

Commit

Permalink
Fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Sep 30, 2024
1 parent 1b32397 commit 1463954
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/block-list/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ function BlockListBlockProvider( props ) {
getBlockAttributes,
canRemoveBlock,
canMoveBlock,

getSettings,
getTemporarilyEditingAsBlocks,
getBlockEditingMode,
Expand All @@ -599,7 +598,6 @@ function BlockListBlockProvider( props ) {
getMultiSelectedBlockClientIds,
hasSelectedInnerBlock,
getBlocksByName,

getBlockIndex,
isBlockMultiSelected,
isBlockSubtreeDisabled,
Expand All @@ -609,7 +607,6 @@ function BlockListBlockProvider( props ) {
isBlockBeingDragged,
isDragging,
__unstableHasActiveBlockOverlayActive,
__unstableGetEditorMode,
getSelectedBlocksInitialCaretPosition,
} = unlock( select( blockEditorStore ) );
const blockWithoutAttributes =
Expand Down Expand Up @@ -680,8 +677,6 @@ function BlockListBlockProvider( props ) {
blocksWithSameName.length &&
blocksWithSameName[ 0 ] !== clientId;

const editorMode = __unstableGetEditorMode();

return {
...previewContext,
mode: getBlockMode( clientId ),
Expand Down

0 comments on commit 1463954

Please sign in to comment.