Bug fixes

This commit is contained in:
Natsumi
2025-04-18 22:29:54 +10:00
parent ef7f33e131
commit c17b6f2f3a
7 changed files with 26 additions and 12 deletions

View File

@@ -98,7 +98,6 @@
v-if="screenshotMetadataDialog.metadata.world"
:location="screenshotMetadataDialog.metadata.world.instanceId"
:hint="screenshotMetadataDialog.metadata.world.name" />
<br />
<display-name
v-if="screenshotMetadataDialog.metadata.author"
:userid="screenshotMetadataDialog.metadata.author.id"
@@ -160,7 +159,6 @@
style="margin-left: 5px; color: #909399; font-family: monospace"
v-text="'(' + user.pos.x + ', ' + user.pos.y + ', ' + user.pos.z + ')'"></span>
<br />
<br />
</span>
</div>
</el-dialog>