Skip to content

Commit

Permalink
Use global registry on the experimental navigation screen (#23675)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored Jul 7, 2020
1 parent 4632aac commit 5062b8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function NavigationPostEditor( { post, blockEditorSettings, onDeleteMenu } ) {
templateLock: 'all',
hasFixedToolbar: true,
} }
useSubRegistry={ false }
>
<BlockEditorKeyboardShortcuts />
<NavigationEditorShortcuts saveBlocks={ save } />
Expand Down

0 comments on commit 5062b8a

Please sign in to comment.