diff --git a/src/common.tsx b/src/common.tsx index b0e4302..c05ce65 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -301,7 +301,7 @@ export function ActionGroup(p: { actions: ActionInfo[], identifierSubstring?: st index: number, ) => { // setSelectedIndex(index); - actionItems[0][0].onClick(event) + actionItems[0][0].click() setOpen(false); };