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