mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Update properties panel after paste or duplication of instances (#5171)
This commit is contained in:
@@ -1240,6 +1240,7 @@ export default class SceneEditor extends React.Component<Props, State> {
|
||||
multiSelect: true,
|
||||
layersVisibility: null,
|
||||
});
|
||||
this.forceUpdatePropertiesEditor();
|
||||
};
|
||||
|
||||
paste = ({ useLastCursorPosition }: CopyCutPasteOptions = {}) => {
|
||||
@@ -1280,6 +1281,7 @@ export default class SceneEditor extends React.Component<Props, State> {
|
||||
multiSelect: true,
|
||||
layersVisibility: null,
|
||||
});
|
||||
this.forceUpdatePropertiesEditor();
|
||||
};
|
||||
|
||||
onSelectAllInstancesOfObjectInLayout = (objectName: string) => {
|
||||
|
Reference in New Issue
Block a user