Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jan 17, 2023
1 parent a37b541 commit 88f3810
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/block-editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2184,11 +2184,7 @@ export const __experimentalGetAllowedBlocks = createSelector(
return getAllowedBlocks( state, rootClientId );
},
( state, rootClientId ) => [
state.blockListSettings[ rootClientId ],
state.blocks.byClientId,
state.settings.allowedBlockTypes,
state.settings.templateLock,
getBlockTypes(),
...getAllowedBlocks.getDependants( state, rootClientId ),
]
);

Expand Down

0 comments on commit 88f3810

Please sign in to comment.