Skip to content

Commit 49deffa

Browse files
authored
Update comments
1 parent 1097fb0 commit 49deffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

feedingwebapp/src/Pages/Settings/CustomizeConfiguration.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ const CustomizeConfiguration = (props) => {
235235
(nextMealState) => {
236236
doneButtonIsClicked.current = false
237237
let nextNextMealState = null
238+
// If we are at the user's mouth, prepend MoveFromMouth to the motion.
238239
if (settingsPageAtFace) {
239240
// MoveIt often fails to execute small trajectories, which are often planned
240241
// when doing MovetoStaging immediately following MoveFromMouth. Thus, we

0 commit comments

Comments
 (0)