mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 17:53:48 +02:00
fix
This commit is contained in:
@@ -117,13 +117,13 @@
|
|||||||
:class="{ 'is-editing': editFavoritesMode }"
|
:class="{ 'is-editing': editFavoritesMode }"
|
||||||
style="margin-top: 10px">
|
style="margin-top: 10px">
|
||||||
<el-scrollbar height="700px" @end-reached="worldFavoritesLoadMore">
|
<el-scrollbar height="700px" @end-reached="worldFavoritesLoadMore">
|
||||||
<!-- <FavoritesWorldItem
|
<FavoritesWorldItem
|
||||||
v-for="favorite in sliceWorldFavorites(group.key)"
|
v-for="favorite in sliceWorldFavorites(group.key)"
|
||||||
:key="favorite.id"
|
:key="favorite.id"
|
||||||
:group="group"
|
:group="group"
|
||||||
:favorite="favorite"
|
:favorite="favorite"
|
||||||
@click="showWorldDialog(favorite.id)"
|
@click="showWorldDialog(favorite.id)"
|
||||||
@handle-select="favorite.$selected = $event" /> -->
|
@handle-select="favorite.$selected = $event" />
|
||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user