fix page conversation
This commit is contained in:
parent
556a37e836
commit
4a3c5fade9
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ const conversation = {
|
||||||
return !!(this.expanded || this.isPage)
|
return !!(this.expanded || this.isPage)
|
||||||
},
|
},
|
||||||
hiddenStyle() {
|
hiddenStyle() {
|
||||||
if (this.expanded) return {}
|
if (this.isExpanded) return {}
|
||||||
return { height: this.virtualHeight + 'px' }
|
return { height: this.virtualHeight + 'px' }
|
||||||
},
|
},
|
||||||
threadDisplayStatus() {
|
threadDisplayStatus() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue