mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Clicking the canvas after opening and closing the edit object window via double click no longer adds an object
This commit is contained in:
@@ -163,6 +163,7 @@ class ThemableObjectRow extends React.Component {
|
||||
if (this.props.editingName) return;
|
||||
|
||||
this.props.onEdit(object);
|
||||
this.props.onObjectSelected('');
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
Reference in New Issue
Block a user