From 9ae69ec299558f7db30cc0b3b6da7d5d054a5f01 Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Sat, 7 Mar 2026 22:50:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B1=D0=B0=D0=B3?= =?UTF-8?q?=D0=B0=20=D1=81=20=D0=BF=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=BC=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=D0=BC=20=D0=BA=D0=BE=D0=B4=D0=B0=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=BB=D0=B0=D1=82=D1=84=D0=BE=D1=80=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 98c372f..2478581 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,7 +65,7 @@ async function saveResult() { for (const item of listOfTrips.value) { mainCode.value += `\tnavigate_wait(${item.x}, ${item.y})\n`; - if (isUsedPlatform) { + if (item.isPlatform) { mainCode.value += colorDetectCode.value + '\n' } }