Polished world modal behaviour

This commit is contained in:
Alexis
2025-03-02 20:02:51 +01:00
parent 71866b0e4b
commit 7e2989e383
6 changed files with 102 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ const emit = defineEmits(["on-close"])
function handleClose() {
emit("on-close")
worldSkeletonName.value = props.world?.name ?? ""
}
</script>