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