You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BlockAlignmentMatrixControl in the Cover block toolbar auto-applies the top-left value to the block each time the control is engaged with. This behavior is unintended, as the control should only apply a new position if the user actively selects one of the matrix points. The current experience leads to unexpected positioning changes, which disrupts user workflows and content layout.
Steps to Reproduce:
Add a Cover block to the editor.
Add media.
Open the "Change content position" control.
Observe that the top-left position is auto-applied to the content even without selecting any matrix point.
Expected:
The position should remain unchanged unless the user actively selects a new matrix point.