Skip to content
Snippets Groups Projects
Commit 5d90b597 authored by piotr.kupczyk@id.ethz.ch's avatar piotr.kupczyk@id.ethz.ch
Browse files

SSDM-7583 : ObjectTypeForm - do not automatically select 'label' part when a...

SSDM-7583 : ObjectTypeForm - do not automatically select 'label' part when a property preview is clicked
parent 89594602
No related branches found
No related tags found
No related merge requests found
...@@ -139,8 +139,7 @@ class ObjectTypePreviewProperty extends React.PureComponent { ...@@ -139,8 +139,7 @@ class ObjectTypePreviewProperty extends React.PureComponent {
handleDraggableClick(event) { handleDraggableClick(event) {
event.stopPropagation() event.stopPropagation()
this.props.onSelectionChange('property', { this.props.onSelectionChange('property', {
id: this.props.property.id, id: this.props.property.id
part: 'label'
}) })
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment