Skip to content

Commit

Permalink
Fix: Stale typography values in the Customizer
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusborne committed Jul 3, 2024
1 parent 8828998 commit f6862d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const GeneratePressTypographyControlForm = ( props ) => {
<Button
isPrimary
onClick={ () => {
const fontValues = [ ...props.value ];
const fontValues = [ ...fonts ];

fontValues.push( {
selector: '',
Expand Down

0 comments on commit f6862d2

Please sign in to comment.