We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1097fb0 commit 49deffaCopy full SHA for 49deffa
feedingwebapp/src/Pages/Settings/CustomizeConfiguration.jsx
@@ -235,6 +235,7 @@ const CustomizeConfiguration = (props) => {
235
(nextMealState) => {
236
doneButtonIsClicked.current = false
237
let nextNextMealState = null
238
+ // If we are at the user's mouth, prepend MoveFromMouth to the motion.
239
if (settingsPageAtFace) {
240
// MoveIt often fails to execute small trajectories, which are often planned
241
// when doing MovetoStaging immediately following MoveFromMouth. Thus, we
0 commit comments