From c228af7bb6c56aa0d6dabd0b40388c8f23315156 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sun, 9 Feb 2025 22:29:24 +0100 Subject: [PATCH] Moved if logic into component for improved performance, inline value updating for select fields --- .../gameMaster/mapEditor/partials/MapObjectList.vue | 4 ++-- .../gameMaster/mapEditor/partials/TileList.vue | 9 +++++---- src/components/screens/MapEditor.vue | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/gameMaster/mapEditor/partials/MapObjectList.vue b/src/components/gameMaster/mapEditor/partials/MapObjectList.vue index 4fcf2c7..dd8790d 100644 --- a/src/components/gameMaster/mapEditor/partials/MapObjectList.vue +++ b/src/components/gameMaster/mapEditor/partials/MapObjectList.vue @@ -1,5 +1,5 @@