Skip to content

Commit

Permalink
updaet comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Feb 29, 2024
1 parent f1b9abe commit 5f64e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ export default function NavigationLinkEdit( {
// This avoids empty blocks which can provided a poor UX.
if ( ! url ) {
onReplace( [] );
// Focus the parent navigation block.
// Focus the parent block.
selectBlock( firstParentClientId );
}
} }
Expand Down

0 comments on commit 5f64e06

Please sign in to comment.