From 93ba8def03cdeba8b4bd3726a0e7c096bf95cfd6 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Tue, 5 Mar 2024 23:10:38 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20posun=C5=AF=20mezi=20dny=20v=20inputec?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 2 ++ client/src/components/modals/NoteModal.tsx | 1 + client/src/components/modals/PizzaCalculatorModal.tsx | 8 ++++---- client/src/components/modals/SettingsModal.tsx | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 523ca55..de3508c 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -374,6 +374,7 @@ function App() { Poslední změny: {dayIndex != null && @@ -582,6 +583,7 @@ function App() { if (event.key === 'Enter') { handlePizzaPoznamkaChange(); } + event.stopPropagation(); }} />