mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix "Insert new..." menu option not doing anything if objects list was closed
This commit is contained in:
@@ -500,6 +500,7 @@ export default class SceneEditor extends React.Component<Props, State> {
|
||||
});
|
||||
|
||||
if (this._objectsList) this._objectsList.openNewObjectDialog();
|
||||
else this.openObjectsList();
|
||||
};
|
||||
|
||||
_onAddInstanceUnderCursor = () => {
|
||||
|
Reference in New Issue
Block a user