Compare commits

...

2 commits

Author SHA1 Message Date
Henry Jameson
388ce9c7f7 Merge branch 'users-statuses-pinia' into shigusegubu-themes3 2026-08-24 19:52:24 +03:00
Henry Jameson
8c568d3653 fix 2026-08-24 19:52:13 +03:00

View file

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