mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Upload invite photos fix
This commit is contained in:
@@ -8877,9 +8877,8 @@ speechSynthesis.getVoices();
|
||||
};
|
||||
|
||||
$app.methods.clearInviteImageUpload = function () {
|
||||
if (document.querySelector('#InviteImageUploadButton')) {
|
||||
document.querySelector('#InviteImageUploadButton').value = '';
|
||||
}
|
||||
var buttonList = document.querySelectorAll('.inviteImageUploadButton');
|
||||
buttonList.forEach(button => button.value = '');
|
||||
this.uploadImage = '';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user