enhance(reversi): improve matching system
This commit is contained in:
parent
7beb4ed131
commit
d27b3525cd
2 changed files with 11 additions and 10 deletions
|
@ -230,6 +230,8 @@ onMounted(() => {
|
|||
misskeyApi('reversi/invitations').then(_invitations => {
|
||||
invitations.value = _invitations;
|
||||
});
|
||||
|
||||
window.addEventListener('beforeunload', cancelMatching);
|
||||
});
|
||||
|
||||
onDeactivated(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue