diff --git a/src/common.tsx b/src/common.tsx index a3f6772..3fa5233 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -300,7 +300,8 @@ export function ActionGroup(p: { actions: ActionInfo[], identifierSubstring?: st event: React.MouseEvent, index: number, ) => { - setSelectedIndex(index); + // setSelectedIndex(index); + actionItems[index].props.onClick(); setOpen(false) };