Skip to content

Commit

Permalink
Set default width after logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin committed Mar 7, 2024
1 parent c509f42 commit f885187
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const useLogoEdit = ( {
}

setLogo( media.id, shouldForceSync );
setAttributes( { width: DEFAULT_LOGO_WIDTH } );
};

const onInitialSelectLogo = ( media: { id: string; url: string } ) => {
Expand Down

0 comments on commit f885187

Please sign in to comment.