Compare commits
No commits in common. "388ce9c7f7fb420fb7fba89bd5ef265d768aa65e" and "a6f19bb21335895d0840c23a998bf5e9aef1cbba" have entirely different histories.
388ce9c7f7
...
a6f19bb213
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ const conversation = {
|
|||
return !!(this.expanded || this.isPage)
|
||||
},
|
||||
hiddenStyle() {
|
||||
if (this.isExpanded || !this.virtualHidden) return {}
|
||||
if (this.isExpanded) return {}
|
||||
return { height: this.virtualHeight + 'px' }
|
||||
},
|
||||
threadDisplayStatus() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue