mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 13:36:04 +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) {
|
$app.methods.showUserDialog = function (userId) {
|
||||||
this.$nextTick(() => adjustDialogZ(this.$refs.userDialog.$el));
|
this.$nextTick(() => adjustDialogZ(this.$refs.userDialog.$el));
|
||||||
var D = this.userDialog;
|
var D = this.userDialog;
|
||||||
|
D.currentAvatarThumbnailImageUrl = '';
|
||||||
|
D.userIcon = '';
|
||||||
D.id = userId;
|
D.id = userId;
|
||||||
D.treeData = [];
|
D.treeData = [];
|
||||||
D.memo = this.loadMemo(userId);
|
D.memo = this.loadMemo(userId);
|
||||||
|
|||||||
Reference in New Issue
Block a user