diff options
| author | Shpuld Shpludson <shp@cock.li> | 2018-02-01 15:31:12 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2018-02-01 15:31:12 +0000 |
| commit | ecb75a73d3efbd17a0edf759a761f631a719507b (patch) | |
| tree | 232bfbf14542e17220634bd5a405917870f6b178 /src/components | |
| parent | 92289e545a62bd28ea336c5d712a05445e0e20ab (diff) | |
| parent | 84b0d54cd01898f684fc2f08b5d1034375e02bb1 (diff) | |
Merge branch 'develop' into 'develop'
Completes portuguese translation, Fixes issue #58
Closes #58
See merge request pleroma/pleroma-fe!194
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index acc97c86..59c14eac 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -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) { |
