mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Fix edit and send invite message dialog closing
This commit is contained in:
@@ -125,6 +125,7 @@
|
||||
|
||||
function closeResponseConfirmDialog() {
|
||||
sendInviteResponseConfirmDialog.value.visible = false;
|
||||
editAndSendInviteResponseDialog.value.visible = false;
|
||||
}
|
||||
|
||||
// function refreshInviteMessageTableData(...arg) {
|
||||
|
||||
@@ -115,6 +115,7 @@
|
||||
|
||||
function closeResponseConfirmDialog() {
|
||||
sendInviteResponseConfirmDialog.value.visible = false;
|
||||
editAndSendInviteResponseDialog.value.visible = false;
|
||||
}
|
||||
|
||||
function showEditAndSendInviteResponseDialog(row) {
|
||||
|
||||
Reference in New Issue
Block a user