We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c086d commit f263cf8Copy full SHA for f263cf8
packages/block-editor/src/components/global-styles/background-panel.js
@@ -450,7 +450,7 @@ function BackgroundSizeToolsPanelItem( {
450
* when the toggle switches to "Tile". This is to increase the chance that
451
* the image's focus point is visible.
452
*/
453
- if ( !! style?.background?.backgroundImage?.id && ! nextPosition ) {
+ if ( !! style?.background?.backgroundImage?.id ) {
454
nextPosition = '50% 0';
455
}
456
0 commit comments