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 Jan 13, 2021
1 parent 7309d69 commit 6208e90
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 @@ -1234,7 +1234,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 6208e90

Please sign in to comment.