fix page conversation

This commit is contained in:
Henry Jameson 2026-08-24 19:28:07 +03:00
commit 4a3c5fade9

View file

@ -365,7 +365,7 @@ const conversation = {
return !!(this.expanded || this.isPage)
},
hiddenStyle() {
if (this.expanded) return {}
if (this.isExpanded) return {}
return { height: this.virtualHeight + 'px' }
},
threadDisplayStatus() {