Skip to content

Commit

Permalink
Remove the lock
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Sep 3, 2024
1 parent dd2ed47 commit 1392caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/private-selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { unlock } from '../lock-unlock';
import {
selectBlockPatternsKey,
reusableBlocksSelectKey,
sectionRootClientIdKey,
} from './private-keys';

export { getBlockSettings } from './get-block-settings';
Expand Down Expand Up @@ -545,6 +546,5 @@ export function isZoomOutMode( state ) {
}

export function getSectionRootClientId( state ) {
const sectionRootClientIdKey = 'sectionRootClientId';
return state.settings[ sectionRootClientIdKey ] ?? null;
}

0 comments on commit 1392caf

Please sign in to comment.