diff --git a/Software/Gravity/Interactions.ino b/Software/Gravity/Interactions.ino index ee2aaeb..ea2bbc0 100644 --- a/Software/Gravity/Interactions.ino +++ b/Software/Gravity/Interactions.ino @@ -45,7 +45,9 @@ void checkInputs() { if (menuItemSelected == 1) { menuItemSelected = 0; } else if (displayScreen != 0) { + menuItem = 0; displayScreen = 0; + menuItemSelected = 0; } else if (insideTab == 1) { insideTab = 0; menuItem = 0;