change misnamed member field check to actually disable sending

new-bloop
Shpuld Shpuldson 4 years ago
parent c1a20079be
commit 5734dd05a0

@ -216,7 +216,7 @@ const PostStatusForm = {
methods: {
async postStatus (event, newStatus, opts = {}) {
if (this.posting) { return }
if (this.submitDisabled) { return }
if (this.disableSubmit) { return }
if (this.emojiInputShown) { return }
if (this.submitOnEnter) {
event.stopPropagation()

Loading…
Cancel
Save