From e3d217822ad6a692244c7504817ee5fe278a319e Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Mon, 3 Nov 2025 12:48:56 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20v=C3=BDb=C4=9Bru=20j=C3=ADdla=20p?= =?UTF-8?q?=C5=99i=20p=C5=99ep=C3=ADn=C3=A1n=C3=AD=20dn=C5=AF=20=C5=A1ipka?= =?UTF-8?q?mi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/App.tsx b/client/src/App.tsx index 335098f..3b39026 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -227,6 +227,7 @@ function App() { if (foodChoiceRef.current?.value) { foodChoiceRef.current.value = ""; } + choiceRef.current?.blur(); } }