Compare commits

..

No commits in common. "388ce9c7f7fb420fb7fba89bd5ef265d768aa65e" and "a6f19bb21335895d0840c23a998bf5e9aef1cbba" have entirely different histories.

View file

@ -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() {