We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f9c3b commit 94c3abfCopy full SHA for 94c3abf
packages/block-editor/src/components/border-radius-control/single-input-control.js
@@ -74,6 +74,7 @@ export default function SingleInputControl( {
74
const onChangeUnit = ( next ) => {
75
const newUnits = { ...selectedUnits };
76
if ( corner === 'all' ) {
77
+ newUnits.flat = next;
78
newUnits.topLeft = next;
79
newUnits.topRight = next;
80
newUnits.bottomLeft = next;
0 commit comments