forked from AkkomaGang/akkoma-fe
Fixes issue #58
This commit is contained in:
parent
33d828d048
commit
84b0d54cd0
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ const PostStatusForm = {
|
|||
},
|
||||
postStatus (newStatus) {
|
||||
if (this.posting) { return }
|
||||
if (this.submitDisabled) { return }
|
||||
|
||||
if (this.newStatus.status === '') {
|
||||
if (this.newStatus.files.length > 0) {
|
||||
|
|
Loading…
Reference in a new issue