diff --git a/src/collection/CollectionRowActions.tsx b/src/collection/CollectionRowActions.tsx index d51d228..7454ceb 100644 --- a/src/collection/CollectionRowActions.tsx +++ b/src/collection/CollectionRowActions.tsx @@ -75,16 +75,8 @@ export function CollectionRowActions, setAnchorEl(null); }; - const onContainerClick = selectionEnabled ? - (event: MouseEvent) => { - if (toggleEntitySelection) - toggleEntitySelection(entity); - event.stopPropagation(); - } : undefined; - return ( -
+
{(editEnabled || deleteEnabled || selectionEnabled) &&