From 84b0d54cd01898f684fc2f08b5d1034375e02bb1 Mon Sep 17 00:00:00 2001 From: aka <0xcebb@protonmail.ch> Date: Wed, 31 Jan 2018 14:48:09 -0300 Subject: [PATCH] Fixes issue #58 --- src/components/post_status_form/post_status_form.js | 1 + 1 file changed, 1 insertion(+) 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) {