From 6a83aa88dacb39356765d80ffc96c4773586fda2 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Fri, 31 May 2024 22:59:05 +0300 Subject: [PATCH] oopsie --- src/common.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.tsx b/src/common.tsx index c05ce65..1ab691d 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].click() + actionItems[0].click() setOpen(false); };