Develop #5

Merged
IliaMiheev merged 19 commits from develop into master 2026-03-09 19:14:27 +03:00
2 changed files with 0 additions and 4 deletions
Showing only changes of commit cdd3d61db2 - Show all commits
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

-4
View File
@@ -218,10 +218,6 @@ function onContextMenu(e, item) {
label: "Красная",
onClick: () => createPlatform(item, 'red'),
},
{
label: "Зелёная",
onClick: () => createPlatform(item, 'green'),
},
{
label: "Удалить",
onClick: () => deletePlatform(item),