From bcf0d2832de8ad62fe615da0179ab9bafe475085 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Fri, 14 Feb 2025 02:34:56 +0100 Subject: [PATCH] Feedback Shilo the placement of map objects sometimes placed in a tile that the mouse wasnt over. but i didnt try reproducing the issue. opening map editor doesnt close the gm window (nor show the map editor). not obvious. side panels like map objects doesnt have a close button. so i was only able to close it by switching to "move" tool. --- .../mapEditor/partials/MapObjectList.vue | 18 ++++++++++--- .../mapEditor/partials/TeleportModal.vue | 25 +++++++++---------- .../mapEditor/partials/TileList.vue | 18 ++++++++++--- src/composables/useMapEditorComposable.ts | 3 +++ 4 files changed, 43 insertions(+), 21 deletions(-) diff --git a/src/components/gameMaster/mapEditor/partials/MapObjectList.vue b/src/components/gameMaster/mapEditor/partials/MapObjectList.vue index dd8790d..5f7db97 100644 --- a/src/components/gameMaster/mapEditor/partials/MapObjectList.vue +++ b/src/components/gameMaster/mapEditor/partials/MapObjectList.vue @@ -1,10 +1,20 @@