This commit is contained in:
pa
2025-10-28 13:44:55 +09:00
committed by Natsumi
parent a8c9fdd1a0
commit 8e4fea3cc0

View File

@@ -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