diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-05-21 08:57:10 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-05-21 08:57:10 +0900 |
| commit | c26168f22e73e4a595cf9dedd7ba0d3478f48752 (patch) | |
| tree | 60ba7060b7eaa7c6c37a53057927ea40b89e3f4a /src/client/app/common/scripts/note-subscriber.ts | |
| parent | Merge branch 'develop' (diff) | |
| parent | 11.18.0 (diff) | |
| download | misskey-c26168f22e73e4a595cf9dedd7ba0d3478f48752.tar.gz misskey-c26168f22e73e4a595cf9dedd7ba0d3478f48752.tar.bz2 misskey-c26168f22e73e4a595cf9dedd7ba0d3478f48752.zip | |
Merge branch 'develop'
Diffstat (limited to 'src/client/app/common/scripts/note-subscriber.ts')
| -rw-r--r-- | src/client/app/common/scripts/note-subscriber.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/app/common/scripts/note-subscriber.ts b/src/client/app/common/scripts/note-subscriber.ts index d881fe01ce..5b31a9f9d0 100644 --- a/src/client/app/common/scripts/note-subscriber.ts +++ b/src/client/app/common/scripts/note-subscriber.ts @@ -144,8 +144,6 @@ export default prop => ({ break; } } - - this.$emit(`update:${prop}`, this.$_ns_note_); }, } }); |