Polished world modal behaviour
This commit is contained in:
@@ -15,6 +15,7 @@ const emit = defineEmits(["on-close"])
|
||||
|
||||
function handleClose() {
|
||||
emit("on-close")
|
||||
worldSkeletonName.value = ""
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ const emit = defineEmits(["on-close"])
|
||||
|
||||
function handleClose() {
|
||||
emit("on-close")
|
||||
worldSkeletonName.value = props.world?.name ?? ""
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user