Skip to content

Commit 70158ef

Browse files
walterbenderWalter Bender
andauthored
add missing define (#5331)
Co-authored-by: Walter Bender <walter@sorceo.com>
1 parent f835359 commit 70158ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/piemenus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ const piemenuNoteValue = (block, noteValue) => {
16961696

16971697
docById("wheelDiv").style.position = "absolute";
16981698
setWheelSize(300);
1699-
1699+
const halfWheelSize = wheelSize / 2;
17001700
const selectorWidth = 150;
17011701
const left = Math.round(
17021702
(x + block.activity.blocksContainer.x) * block.activity.getStageScale() + canvasLeft

0 commit comments

Comments
 (0)