Add the empty chat list placeholder.
Do not use full height when displaying the chat list. Remove an unsued chat action.
This commit is contained in:
parent
45901c8da6
commit
18a1f5d62a
4 changed files with 28 additions and 7 deletions
|
@ -192,7 +192,7 @@ const PostStatusForm = {
|
|||
this.newStatus.poll.error
|
||||
},
|
||||
showPreview () {
|
||||
return !!this.preview || this.previewLoading
|
||||
return !this.disablePreview && (!!this.preview || this.previewLoading)
|
||||
},
|
||||
emptyStatus () {
|
||||
return this.newStatus.status.trim() === '' && this.newStatus.files.length === 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue