Skip to content

Commit 1d43153

Browse files
authored
Update piemenus.js
1 parent 052d1d7 commit 1d43153

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/piemenus.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3628,7 +3628,6 @@ 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-
// making grid pie menu rotates while changing the grid options
36323631
activity.turtles.gridWheel.clickModeRotate = true;
36333632
const { fill, stroke } = platformColor.gridWheelcolors.selected;
36343633
activity.turtles.gridWheel.sliceHoverAttr = { fill, stroke, "stroke-width": 2 };

0 commit comments

Comments
 (0)