From 483327c8087e9e71a59cfd9f8889be8c23a43ac4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 10 Dec 2025 20:30:55 +0200 Subject: [PATCH] fix(widgets/toggle): double event triggering when in menu --- apps/client/src/widgets/react/FormList.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/react/FormList.tsx b/apps/client/src/widgets/react/FormList.tsx index 8be283605..f1374712c 100644 --- a/apps/client/src/widgets/react/FormList.tsx +++ b/apps/client/src/widgets/react/FormList.tsx @@ -146,9 +146,10 @@ export function FormListToggleableItem({ title, currentValue, onChange, ...props } }}> {}} /> );