From ea6656dfb57f5e081bc29bb71c877fc1e987ea53 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Fri, 31 May 2024 22:57:08 +0300 Subject: [PATCH] click --- src/common.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.tsx b/src/common.tsx index b0e4302..c05ce65 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -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); };