This commit is contained in:
syuilo
2019-01-26 17:47:56 +09:00
parent 741efa1a9a
commit a0f8c7e94e
3 changed files with 15 additions and 0 deletions

View File

@ -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 = [];