Fix object being selected for insertion on scene after double click #574 (#575)

Clicking the canvas after opening and closing the edit object window via double click no longer adds an object
This commit is contained in:
Wend1go
2018-08-05 12:01:26 +02:00
committed by Florian Rival
parent e1cfca6930
commit edb33e805f

View File

@@ -163,6 +163,7 @@ class ThemableObjectRow extends React.Component {
if (this.props.editingName) return;
this.props.onEdit(object);
this.props.onObjectSelected('');
}}
/>
);