Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update packages/block-library/src/navigation-link/shared/controls.js
Co-authored-by: Ben Dwyer <ben@scruffian.com>
  • Loading branch information
jeryj and scruffian authored Oct 17, 2025
commit a2cea971cb3fcd3222261d11f3b7d2a7a6e3fa56
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ export function Controls( { attributes, setAttributes, clientId } ) {
icon={ unlinkIcon }
onClick={ () => {
unsyncBoundLink();
// focus management to send focus to the URL input
// on next render after disabled state is removed
// Focus management to send focus to the URL input
// on next render after disabled state is removed.
shouldFocusURLInputRef.current = true;
} }
aria-describedby={ helpTextId }
Expand Down
Loading