mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-16 13:23:52 +02:00
fix: playerlist table remains after the game closes
This commit is contained in:
@@ -642,7 +642,7 @@
|
||||
</div>
|
||||
<div class="current-instance-table">
|
||||
<data-tables
|
||||
v-bind="currentInstanceUserList"
|
||||
v-bind="currentInstanceWorld.ref.id ? currentInstanceUserList : {}"
|
||||
style="margin-top: 10px; cursor: pointer"
|
||||
@row-click="selectCurrentInstanceRow">
|
||||
<el-table-column :label="t('table.playerList.avatar')" width="70" prop="photo">
|
||||
|
||||
Reference in New Issue
Block a user