Tile and map object list modals start at top left

This commit is contained in:
2025-01-28 14:09:40 -06:00
parent ba90982e35
commit 2a6321b06b
4 changed files with 9 additions and 4 deletions

View File

@ -100,7 +100,8 @@ const modalRef = useTemplateRef('modalRef')
defineExpose({
open: () => modalRef.value?.open(),
close: () => modalRef.value?.close()
close: () => modalRef.value?.close(),
getModal: () => modalRef.value,
})
const uniqueTags = computed(() => {