Skip to content

Commit

Permalink
Replace string literals with store definitions in block-editor (#31934)
Browse files Browse the repository at this point in the history
* replace string literals with store definitions in block-editor

* revert native files changes
  • Loading branch information
aristath authored May 18, 2021
1 parent fef1e5a commit 26f2cb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function useBlockDropZone( {
);

const { showInsertionPoint, hideInsertionPoint } = useDispatch(
'core/block-editor'
blockEditorStore
);

const onBlockDrop = useOnBlockDrop( targetRootClientId, targetBlockIndex );
Expand Down

0 comments on commit 26f2cb4

Please sign in to comment.