mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix displaying old user image while new user image is loading
This commit is contained in:
@@ -7453,6 +7453,8 @@ speechSynthesis.getVoices();
|
||||
$app.methods.showUserDialog = function (userId) {
|
||||
this.$nextTick(() => adjustDialogZ(this.$refs.userDialog.$el));
|
||||
var D = this.userDialog;
|
||||
D.currentAvatarThumbnailImageUrl = '';
|
||||
D.userIcon = '';
|
||||
D.id = userId;
|
||||
D.treeData = [];
|
||||
D.memo = this.loadMemo(userId);
|
||||
|
||||
Reference in New Issue
Block a user