#433: do not remove the reply dialog
This commit is contained in:
parent
09736691ea
commit
4f455eefe5
5 changed files with 41 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue