We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48986d9 commit 2233091Copy full SHA for 2233091
newIDE/app/src/InstancesEditor/CompactInstancePropertiesEditor/CompactPropertiesSchema.js
@@ -504,18 +504,12 @@ export const makeSchema = ({
504
{
505
name: 'Rotation',
506
type: 'row',
507
- title: i18n._(t`Rotation`),
508
preventWrap: true,
509
removeSpacers: true,
510
- children: [],
511
- },
512
- {
+ title: i18n._(t`Rotation`),
513
children: [
514
getRotationZField({ i18n }),
515
516
- type: 'row',
517
- children: getRotationXAndRotationYFields({ i18n }),
518
+ ...getRotationXAndRotationYFields({ i18n }),
519
],
520
},
521
];
0 commit comments