disconnect2

This commit is contained in:
tamaina 2021-11-22 16:24:12 +09:00
parent 3739cb7306
commit b299618191
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ export default defineComponent({
readObserver.observe(elRef.value);
const connection = os.stream.useChannel('main');
connection.on('readAllNotifications', () => readObserver.unobserve(elRef.value));
connection.on('readAllNotifications', () => readObserver.disconnect());
onUnmounted(() => {
if (readObserver) readObserver.disconnect();