From 27488b6b3fb6763ea964132f4c93fde018d31b5d Mon Sep 17 00:00:00 2001 From: ACoolName Date: Fri, 31 May 2024 23:46:38 +0300 Subject: [PATCH] btn --- src/common.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common.tsx b/src/common.tsx index 3fa5233..a3f6772 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -300,8 +300,7 @@ export function ActionGroup(p: { actions: ActionInfo[], identifierSubstring?: st event: React.MouseEvent, index: number, ) => { - // setSelectedIndex(index); - actionItems[index].props.onClick(); + setSelectedIndex(index); setOpen(false) };