Skip to content

Commit

Permalink
Add a note to the description that an object would come from the bloc…
Browse files Browse the repository at this point in the history
…k directory
  • Loading branch information
ryelle committed Oct 27, 2020
1 parent c0f28ec commit fd89921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,8 @@ export function getTemplateLock( state, rootClientId ) {
* inside another memoized selector is just a waste of time.
*
* @param {Object} state Editor state.
* @param {string|Object} blockName The block type object, or a string name of
* @param {string|Object} blockName The block type object, e.g., the response
* from the block directory; or a string name of
* an installed block type, e.g.' core/paragraph'.
* @param {?string} rootClientId Optional root client ID of block list.
*
Expand Down

0 comments on commit fd89921

Please sign in to comment.