Compare commits

...

1 Commits

Author SHA1 Message Date
Aurélien Vivet
0ee15aabe2 Update index.js 2024-11-26 18:28:35 +01:00

View File

@@ -405,7 +405,16 @@ export const CompactObjectPropertiesEditor = ({
<Object2d style={styles.icon} />
)}
<Text size="body" noMargin>
<Trans>{objectMetadata.getFullName()}</Trans>
<Trans>{objectMetadata.getFullName()} - </Trans>
</Text>
<Text
allowSelection
displayInlineAsSpan
noMargin
size="body"
noMargin
>
{object.getName()}
</Text>
{helpLink && (
<IconButton
@@ -419,11 +428,6 @@ export const CompactObjectPropertiesEditor = ({
)}
</LineStackLayout>
</LineStackLayout>
<CompactTextField
value={object.getName()}
onChange={() => {}}
disabled
/>
</ColumnStackLayout>
<TopLevelCollapsibleSection
title={<Trans>Properties</Trans>}