Merge branch 'users-statuses-pinia' into shigusegubu-themes3
This commit is contained in:
commit
388ce9c7f7
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ const conversation = {
|
||||||
return !!(this.expanded || this.isPage)
|
return !!(this.expanded || this.isPage)
|
||||||
},
|
},
|
||||||
hiddenStyle() {
|
hiddenStyle() {
|
||||||
if (this.isExpanded) return {}
|
if (this.isExpanded || !this.virtualHidden) return {}
|
||||||
return { height: this.virtualHeight + 'px' }
|
return { height: this.virtualHeight + 'px' }
|
||||||
},
|
},
|
||||||
threadDisplayStatus() {
|
threadDisplayStatus() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue