btn
This commit is contained in:
parent
fe72fcc08e
commit
27488b6b3f
@ -300,8 +300,7 @@ export function ActionGroup(p: { actions: ActionInfo[], identifierSubstring?: st
|
|||||||
event: React.MouseEvent<HTMLLIElement, MouseEvent>,
|
event: React.MouseEvent<HTMLLIElement, MouseEvent>,
|
||||||
index: number,
|
index: number,
|
||||||
) => {
|
) => {
|
||||||
// setSelectedIndex(index);
|
setSelectedIndex(index);
|
||||||
actionItems[index].props.onClick();
|
|
||||||
setOpen(false)
|
setOpen(false)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user