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/edit-site/src/components/global-styles/font-sizes/fon…
…t-size.js

Co-authored-by: Marco Ciampini <[email protected]>
  • Loading branch information
matiasbenedetto and ciampo authored Oct 2, 2024
commit 55a7e8b90eb0a5b44b00bb809e906188c86af7b4
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function FontSize() {
// Navigate to the font sizes list if the font size is not available.
useEffect( () => {
if ( ! fontSize ) {
goTo( '/typography/font-sizes/' );
goTo( '/typography/font-sizes/', { isBack: true } );
}
}, [ fontSize, goTo ] );

Expand Down