From 9b9aee9783c30e4c52d34e930a18c8aa5a3d37af Mon Sep 17 00:00:00 2001 From: tamaina Date: Wed, 3 Jun 2020 13:42:32 +0900 Subject: [PATCH] Update src/client/components/notification.vue Co-authored-by: syuilo --- src/client/components/notification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index a68a988d1..9e4806f05 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -104,7 +104,7 @@ export default Vue.extend({ id: this.notification.id }); entries.map(({ target }) => observer.unobserve(target)); - }) + }); this.readObserver.observe(this.$el);