Skip to content

Commit

Permalink
Remove mover prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jan 15, 2020
1 parent 0757868 commit 3bc22e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-editor/src/components/block-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const forceSyncUpdates = ( WrappedComponent ) => ( props ) => {
function BlockList( {
className,
rootClientId,
__experimentalMoverDirection: moverDirection = 'vertical',
isDraggable,
renderAppender,
__experimentalUIParts = {},
Expand Down Expand Up @@ -99,7 +98,6 @@ function BlockList( {
rootClientId={ rootClientId }
clientId={ clientId }
isDraggable={ isDraggable }
moverDirection={ moverDirection }
isMultiSelecting={ isMultiSelecting }
// This prop is explicitely computed and passed down
// to avoid being impacted by the async mode
Expand Down

0 comments on commit 3bc22e5

Please sign in to comment.