This commit is contained in:
ACoolName 2024-05-31 22:57:08 +03:00
parent 1e44f63365
commit ea6656dfb5

View File

@ -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);
};