Skip to content

Commit

Permalink
Add docblock and delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed May 10, 2024
1 parent a767bd1 commit 68d2722
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/block-editor/src/store/private-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,11 @@ export function expandBlock( clientId ) {
};
}

/**
* Temporarily modify/unlock the content-only block for editions.
*
* @param {string} clientId The client id of the block.
*/
export const modifyContentLockBlock =
( clientId ) =>
( { select, dispatch } ) => {
Expand Down

This file was deleted.

0 comments on commit 68d2722

Please sign in to comment.