Oprava posunů mezi dny v inputech

This commit is contained in:
2024-03-05 23:10:38 +01:00
parent 1e280e9d05
commit 93ba8def03
4 changed files with 9 additions and 6 deletions

View File

@@ -374,6 +374,7 @@ function App() {
Poslední změny:
<ul>
<li>Anděloviny</li>
<li>Zamezení posunů mezi dny šipkami v inputech</li>
</ul>
</Alert>
{dayIndex != null &&
@@ -582,6 +583,7 @@ function App() {
if (event.key === 'Enter') {
handlePizzaPoznamkaChange();
}
event.stopPropagation();
}} />
<Button
style={{ marginLeft: '20px' }}