Add opacity to placed map object preview, don't show seconds in clock , updated date format

This commit is contained in:
2025-02-10 14:37:34 +01:00
parent 592d1df9bf
commit 04203cb9c1
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ const props = defineProps<{
const previewPosition = ref({ x: 0, y: 0 })
const previewPlacedMapObject = computed(() => ({
id: uuidv4(),
id: mapEditor.selectedMapObject.value?.id ?? uuidv4(),
mapObject: mapEditor.selectedMapObject.value?.id,
isRotated: false,
positionX: previewPosition.value.x,