oops
This commit is contained in:
parent
98cc961cae
commit
d1b60a96c9
|
@ -113,7 +113,7 @@ export default defineComponent({
|
||||||
os.stream.send('readNotification', {
|
os.stream.send('readNotification', {
|
||||||
id: props.notification.id
|
id: props.notification.id
|
||||||
});
|
});
|
||||||
observer.readObserver.disconnect()();
|
observer.disconnect();
|
||||||
});
|
});
|
||||||
|
|
||||||
readObserver.observe(elRef.value);
|
readObserver.observe(elRef.value);
|
||||||
|
|
Loading…
Reference in New Issue