We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 293d350 + 15fbd0b commit 3e0d7b9Copy full SHA for 3e0d7b9
js/piemenus.js
@@ -3628,7 +3628,7 @@ const piemenuGrid = (activity) => {
3628
activity.turtles.gridWheel.sliceSelectedPathCustom = activity.turtles.gridWheel.slicePathCustom;
3629
activity.turtles.gridWheel.sliceInitPathCustom = activity.turtles.gridWheel.slicePathCustom;
3630
activity.turtles.gridWheel.animatetime = 0; // 300;
3631
- activity.turtles.gridWheel.clickModeRotate = false;
+ activity.turtles.gridWheel.clickModeRotate = true;
3632
const { fill, stroke } = platformColor.gridWheelcolors.selected;
3633
activity.turtles.gridWheel.sliceHoverAttr = { fill, stroke, "stroke-width": 2 };
3634
activity.turtles.gridWheel.sliceSelectedAttr = { fill, stroke, "stroke-width": 2 };
0 commit comments