Fix for stopPropagation

This commit is contained in:
Elio Struyf
2022-04-08 10:00:50 +02:00
parent 81ad61f89d
commit c2ed9b2577
2 changed files with 5 additions and 1 deletions
@@ -73,7 +73,7 @@ export const ContentActions: React.FunctionComponent<IContentActionsProps> = ({
<MenuItems widthClass='w-40' marginTopClass='mt-6'>
<MenuItem
title={`View`}
onClick={onView} />
onClick={(value, e) => onView(e)} />
{ customScriptActions }