Skip to content

Commit

Permalink
Merge pull request #113 from HuskieRobotics/undo-button-debugging-2
Browse files Browse the repository at this point in the history
Layer reverse fix
  • Loading branch information
ARBjork authored Apr 15, 2024
2 parents 44dc249 + 6dc3660 commit c95dc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scouting/executables/layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ executables["layer"] = {
button.element.style.display = "none"
}
previousLayers.pop();
previousLayers.pop();

console.log(previousLayers)
for (let button of previousLayers[previousLayers.length-1]) {

Expand Down

0 comments on commit c95dc6f

Please sign in to comment.