Skip to content

Commit

Permalink
Remove useless isMovable prop
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 4, 2019
1 parent 7838531 commit 798a830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-editor/src/components/block-list/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,6 @@ const applyWithSelect = withSelect(
initialPosition: isSelected ? getSelectedBlocksInitialCaretPosition() : null,
isEmptyDefaultBlock:
name && isUnmodifiedDefaultBlock( { name, attributes } ),
isMovable: 'all' !== templateLock,
isLocked: !! templateLock,
isFocusMode: focusMode && isLargeViewport,
hasFixedToolbar: hasFixedToolbar && isLargeViewport,
Expand Down

0 comments on commit 798a830

Please sign in to comment.