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.
1 parent 3ac55f7 commit e702620Copy full SHA for e702620
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