mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix a crash when displaying the contextual menu of titles in object group lists (#6263)
This commit is contained in:
@@ -446,7 +446,7 @@ const ObjectGroupsList = React.forwardRef<Props, ObjectGroupsListInterface>(
|
||||
const renderGroupMenuTemplate = React.useCallback(
|
||||
(i18n: I18nType) => (item: TreeViewItem, index: number) =>
|
||||
item.isRoot || item.isPlaceholder
|
||||
? null
|
||||
? []
|
||||
: [
|
||||
{
|
||||
label: i18n._(t`Duplicate`),
|
||||
|
Reference in New Issue
Block a user