Skip to content

Commit

Permalink
Removing extra Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
omsuneri authored Dec 31, 2024
1 parent 02297c9 commit 8dbb00a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/piemenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,6 @@ const piemenuNumber = (block, wheelValues, selectedValue) => {
// Make sure text is on top.
that.container.setChildIndex(that.text, that.container.children.length - 1);
that.updateCache();

that.label.value = that.value;
};
block._exitWheel.navItems[2].navigateFunction = () => {
Expand Down

0 comments on commit 8dbb00a

Please sign in to comment.