Skip to content

Commit

Permalink
update piemenus.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon10725 committed Dec 30, 2024
1 parent a65a865 commit ccd49cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/piemenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -1871,10 +1871,10 @@ const piemenuNumber = (block, wheelValues, selectedValue) => {
block._exitWheel.navItems[2].navigateFunction = () => {
const cblk = that.connections[0];
if (
that.value > 9 &&
that.value >= 8 &&
(that.blocks.blockList[cblk].name === "pitch")
) {
that.value = 10;
that.value = 8;
} else {
that.value += 1;
}
Expand Down

0 comments on commit ccd49cf

Please sign in to comment.