mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
clear friend log table when navigating away from it
This commit is contained in:
@@ -101,6 +101,8 @@ export const useFriendStore = defineStore('Friend', () => {
|
||||
(value) => {
|
||||
if (value.name === 'friend-log') {
|
||||
initFriendLogHistoryTable();
|
||||
} else {
|
||||
friendLogTable.value.data = [];
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
|
||||
Reference in New Issue
Block a user