#433: do not remove the reply dialog

This commit is contained in:
dave 2019-03-11 10:52:28 -04:00
parent 09736691ea
commit 4f455eefe5
5 changed files with 41 additions and 12 deletions

View file

@ -25,11 +25,11 @@ const Status = {
'replies',
'isPreview',
'noHeading',
'inlineExpanded'
'inlineExpanded',
'replying'
],
data () {
return {
replying: false,
expanded: false,
unmuted: false,
userExpanded: false,
@ -307,7 +307,7 @@ const Status = {
}
},
toggleReplying () {
this.replying = !this.replying
this.$emit('toggleReplying')
},
gotoOriginal (id) {
// only handled by conversation, not status_or_conversation