canOpenInstanceInGame

This commit is contained in:
pa
2025-10-28 13:04:25 +09:00
committed by Natsumi
parent 737bcdd03d
commit a8c9fdd1a0
8 changed files with 19 additions and 22 deletions
@@ -117,13 +117,13 @@
:class="{ 'is-editing': editFavoritesMode }"
style="margin-top: 10px">
<el-scrollbar height="700px" @end-reached="worldFavoritesLoadMore">
<FavoritesWorldItem
<!-- <FavoritesWorldItem
v-for="favorite in sliceWorldFavorites(group.key)"
:key="favorite.id"
:group="group"
:favorite="favorite"
@click="showWorldDialog(favorite.id)"
@handle-select="favorite.$selected = $event" />
@handle-select="favorite.$selected = $event" /> -->
</el-scrollbar>
</div>
<div