Skip to content

Commit

Permalink
Remove no longer used enableRegionNavigation prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Sep 17, 2024
1 parent 719f1d3 commit dfb5f6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export default function EditSiteEditor( { isPostsList = false } ) {
'show-icon-labels': showIconLabels,
} ) }
styles={ styles }
enableRegionNavigation={ false }
customSaveButton={
_isPreviewingTheme && <SaveButton size="compact" />
}
Expand Down
2 changes: 0 additions & 2 deletions packages/editor/src/components/editor-interface/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const interfaceLabels = {

export default function EditorInterface( {
className,
enableRegionNavigation,
styles,
children,
forceIsDirty,
Expand Down Expand Up @@ -110,7 +109,6 @@ export default function EditorInterface( {

return (
<InterfaceSkeleton
enableRegionNavigation={ enableRegionNavigation }
isDistractionFree={ isDistractionFree }
className={ clsx( 'editor-editor-interface', className, {
'is-entity-save-view-open': !! entitiesSavedStatesCallback,
Expand Down

0 comments on commit dfb5f6d

Please sign in to comment.