Skip to content

Commit

Permalink
bug fix for linkControl
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Aug 26, 2023
1 parent d5a7690 commit 1f52bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/link-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ function LinkControl( {
) }
onChange={ ( { opensInNewTab } ) => {
onChange( {
...internalControlValue,
opensInNewTab,
} );
} }
Expand Down

0 comments on commit 1f52bfb

Please sign in to comment.