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 052d1d7 commit 1d43153Copy full SHA for 1d43153
js/piemenus.js
@@ -3628,7 +3628,6 @@ 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
- // making grid pie menu rotates while changing the grid options
3632
activity.turtles.gridWheel.clickModeRotate = true;
3633
const { fill, stroke } = platformColor.gridWheelcolors.selected;
3634
activity.turtles.gridWheel.sliceHoverAttr = { fill, stroke, "stroke-width": 2 };
0 commit comments