Gerasimova dev #4
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB |
@@ -218,10 +218,6 @@ function onContextMenu(e, item) {
|
|||||||
label: "Красная",
|
label: "Красная",
|
||||||
onClick: () => createPlatform(item, 'red'),
|
onClick: () => createPlatform(item, 'red'),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "Зелёная",
|
|
||||||
onClick: () => createPlatform(item, 'green'),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Удалить",
|
label: "Удалить",
|
||||||
onClick: () => deletePlatform(item),
|
onClick: () => deletePlatform(item),
|
||||||
|
|||||||
Reference in New Issue
Block a user