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(); }} />