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