diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-27 16:41:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-27 16:41:30 +0900 |
| commit | 1af1638e2bf12198a74e077e4613b3dc5068ec8c (patch) | |
| tree | bb4d986d520586b0c9cd2c4157c32e7d3627f980 /src/client/app/common/scripts | |
| parent | Add multiline math syntax (diff) | |
| parent | Fix test (diff) | |
| download | misskey-1af1638e2bf12198a74e077e4613b3dc5068ec8c.tar.gz misskey-1af1638e2bf12198a74e077e4613b3dc5068ec8c.tar.bz2 misskey-1af1638e2bf12198a74e077e4613b3dc5068ec8c.zip | |
Merge branch 'develop' into math-block
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/note-subscriber.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/scripts/note-subscriber.ts b/src/client/app/common/scripts/note-subscriber.ts index 9545b5406b..c2b4dd6df9 100644 --- a/src/client/app/common/scripts/note-subscriber.ts +++ b/src/client/app/common/scripts/note-subscriber.ts @@ -133,6 +133,7 @@ export default prop => ({ case 'deleted': { Vue.set(this.$_ns_target, 'deletedAt', body.deletedAt); + Vue.set(this.$_ns_target, 'renote', null); this.$_ns_target.text = null; this.$_ns_target.tags = []; this.$_ns_target.fileIds = []; |