fix
This commit is contained in:
parent
f76070640a
commit
8c568d3653
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.isExpanded) return {}
|
if (this.isExpanded || !this.virtualHidden) return {}
|
||||||
return { height: this.virtualHeight + 'px' }
|
return { height: this.virtualHeight + 'px' }
|
||||||
},
|
},
|
||||||
threadDisplayStatus() {
|
threadDisplayStatus() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue