Skip to content

Commit 3e0d7b9

Browse files
committed
Merge branch 'master' of https://github.com/arth-1/musicblocks
2 parents 293d350 + 15fbd0b commit 3e0d7b9

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
@@ -3628,7 +3628,7 @@ const piemenuGrid = (activity) => {
36283628
activity.turtles.gridWheel.sliceSelectedPathCustom = activity.turtles.gridWheel.slicePathCustom;
36293629
activity.turtles.gridWheel.sliceInitPathCustom = activity.turtles.gridWheel.slicePathCustom;
36303630
activity.turtles.gridWheel.animatetime = 0; // 300;
3631-
activity.turtles.gridWheel.clickModeRotate = false;
3631+
activity.turtles.gridWheel.clickModeRotate = true;
36323632
const { fill, stroke } = platformColor.gridWheelcolors.selected;
36333633
activity.turtles.gridWheel.sliceHoverAttr = { fill, stroke, "stroke-width": 2 };
36343634
activity.turtles.gridWheel.sliceSelectedAttr = { fill, stroke, "stroke-width": 2 };

0 commit comments

Comments
 (0)