Oprava výběru jídla při přepínání dnů šipkami
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
2025-11-03 12:48:56 +01:00
parent ccfe9a9ae1
commit e3d217822a

View File

@@ -227,6 +227,7 @@ function App() {
if (foodChoiceRef.current?.value) {
foodChoiceRef.current.value = "";
}
choiceRef.current?.blur();
}
}