This commit is contained in:
Timothy Jaeryang Baek 2024-12-31 03:54:43 -08:00
parent 96b1c2024b
commit e7c501677c
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@
}); });
onDestroy(() => { onDestroy(() => {
// $socket?.off('channel-events', channelEventHandler); $socket?.off('channel-events', channelEventHandler);
}); });
</script> </script>

View File

@ -427,7 +427,7 @@
onDestroy(() => { onDestroy(() => {
chatIdUnsubscriber?.(); chatIdUnsubscriber?.();
window.removeEventListener('message', onMessageHandler); window.removeEventListener('message', onMessageHandler);
// $socket?.off('chat-events'); $socket?.off('chat-events', chatEventHandler);
}); });
// File upload functions // File upload functions