mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix object renaming.
This commit is contained in:
@@ -1586,6 +1586,7 @@ export default class SceneEditor extends React.Component<Props, State> {
|
||||
}
|
||||
|
||||
object.setName(newName);
|
||||
this._onObjectsModified([object]);
|
||||
};
|
||||
|
||||
_onRenameObjectFolderOrObjectWithContextFinish = (
|
||||
|
Reference in New Issue
Block a user