Add menu options for Whitebox Wedge and Cylinder creation
This commit is contained in:
@@ -10647,6 +10647,18 @@ export function App({ store, initialStatusMessage }: AppProps) {
|
|||||||
testId: "add-menu-box",
|
testId: "add-menu-box",
|
||||||
onSelect: beginBoxCreation
|
onSelect: beginBoxCreation
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
kind: "action",
|
||||||
|
label: "Whitebox Wedge",
|
||||||
|
testId: "add-menu-wedge",
|
||||||
|
onSelect: beginWedgeCreation
|
||||||
|
},
|
||||||
|
{
|
||||||
|
kind: "action",
|
||||||
|
label: "Whitebox Cylinder",
|
||||||
|
testId: "add-menu-cylinder",
|
||||||
|
onSelect: beginCylinderCreation
|
||||||
|
},
|
||||||
{
|
{
|
||||||
kind: "action",
|
kind: "action",
|
||||||
label: "Path",
|
label: "Path",
|
||||||
|
|||||||
Reference in New Issue
Block a user