From fe72fcc08eaa2ff13971f294d0f50dcdb7cad557 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Fri, 31 May 2024 23:29:54 +0300 Subject: [PATCH] test --- src/common.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) };