Skip to content

Commit

Permalink
Fix Inserter Drag and Drop (#31319)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Apr 29, 2021
1 parent e66d5dc commit dc26191
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const InserterDraggableBlocks = ( { isEnabled, blocks, icon, children } ) => {

return (
<Draggable
__experimentalTransferDataType="wp-blocks"
transferData={ transferData }
__experimentalDragComponent={
<BlockDraggableChip count={ blocks.length } icon={ icon } />
Expand Down

0 comments on commit dc26191

Please sign in to comment.