diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2020-06-03 13:42:32 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 13:42:32 +0900 |
| commit | 2480fcdc5384ed8f4de04ac37262a04cef88b0b5 (patch) | |
| tree | b77f3754d357d66b84f09c4f5c6314fa1626d4f6 /src | |
| parent | Update src/client/components/notification.vue (diff) | |
| download | sharkey-2480fcdc5384ed8f4de04ac37262a04cef88b0b5.tar.gz sharkey-2480fcdc5384ed8f4de04ac37262a04cef88b0b5.tar.bz2 sharkey-2480fcdc5384ed8f4de04ac37262a04cef88b0b5.zip | |
Update src/client/components/notification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index a68a988d19..9e4806f05f 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); |