Skip to content

Commit

Permalink
Merge pull request #624 from tomusborne/fix/customizer-typography-sta…
Browse files Browse the repository at this point in the history
…le-values

Fix: Stale typography values in the Customizer
  • Loading branch information
tomusborne authored Jul 4, 2024
2 parents 8828998 + f6862d2 commit a736153
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 a736153

Please sign in to comment.